pub async fn codespaces_slash_set_codespaces_access_users(
configuration: &Configuration,
org: &str,
codespaces_set_codespaces_access_users_request: CodespacesSetCodespacesAccessUsersRequest,
) -> Result<(), Error<CodespacesSlashSetCodespacesAccessUsersError>>
Expand description
Codespaces for the specified users will be billed to the organization. To use this endpoint, the access settings for the organization must be set to selected_members
. For information on how to change this setting, see "Manage access control for organization codespaces." OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.