Org Permission Management
Authorizations
OAuth2clientCredentialsRequiredAuthorization URL: Token URL:
An OIDC service account that was authenticated.
Path parameters
userIdstringRequired
organizationIdstringRequired
Responses
200
OK
*/*
401
Unauthorized
*/*
get
/directory/orgs/{organizationId}/users/{userId}/permissionsAuthorizations
OAuth2clientCredentialsRequiredAuthorization URL: Token URL:
An OIDC service account that was authenticated.
Path parameters
userIdstringRequired
organizationIdstringRequired
namespacestringRequired
Responses
200
OK
*/*
401
Unauthorized
*/*
get
/directory/orgs/{organizationId}/users/{userId}/permissions/{namespace}Authorizations
OAuth2clientCredentialsRequiredAuthorization URL: Token URL:
An OIDC service account that was authenticated.
Path parameters
userIdstringRequired
namespacestringRequired
organizationIdstringRequired
object_idstringRequired
Responses
200
OK
*/*
401
Unauthorized
*/*
get
/directory/orgs/{organizationId}/users/{userId}/permissions/{namespace}/{object_id}Last updated