Org Account Management
Authorizations
OAuth2clientCredentialsRequiredAuthorization URL: Token URL:
An OIDC service account that was authenticated.
Path parameters
organizationIdstringRequired
subjectIdstringRequired
codestringRequired
Responses
200
OK
*/*
401
Unauthorized
*/*
post
/directory/orgs/{organizationId}/accounts/users/{subjectId}/{code}Authorizations
OAuth2clientCredentialsRequiredAuthorization URL: Token URL:
An OIDC service account that was authenticated.
Path parameters
organizationIdstringRequired
subjectIdstringRequired
codestringRequired
Body
statusstring · enumOptionalPossible values:
Responses
200
OK
*/*
401
Unauthorized
*/*
put
/directory/orgs/{organizationId}/accounts/users/{subjectId}/{code}Authorizations
OAuth2clientCredentialsRequiredAuthorization URL: Token URL:
An OIDC service account that was authenticated.
Path parameters
organizationIdstringRequired
codestringRequired
subjectIdstringRequired
Body
stringOptional
Responses
200
OK
No content
401
Unauthorized
*/*
delete
/directory/orgs/{organizationId}/accounts/users/{subjectId}/{code}No content
Last updated