Org Unit Management
Organization management functions.
Retrieve the organization assignments associated with the specified user. This endpoint provides visibility into the user's roles within the organization, helping to manage permissions effectively. Ideal for administrators and users to understand their organizational context.
👤 User Credential: You must login and authenticate a user and use their access token to invoke this service. This will operate the action under the specified user.
🔒 Permission: org.user.assignment.list is required in order for the call to succeed. You must configure permissions for the person or service calling this endpoint and add this permission to their identity.
An OIDC service account that was authenticated.
OK
Unauthorized
This endpoint updates the organization assignment for a specified user. It allows for the management of user roles within the organization. Ensure that the user has the necessary permissions to perform this action.
👤 User Credential: You must login and authenticate a user and use their access token to invoke this service. This will operate the action under the specified user.
🔒 Permission: org.user.assignment.create is required in order for the call to succeed. You must configure permissions for the person or service calling this endpoint and add this permission to their identity.
An OIDC service account that was authenticated.
OK
Unauthorized
This endpoint allows the removal of an organization unit assignment from a user. It is intended for use by authorized personnel to manage user roles effectively. Ensure that the user ID and organization ID are correctly specified to avoid unintended deletions.
👤 User Credential: You must login and authenticate a user and use their access token to invoke this service. This will operate the action under the specified user.
🔒 Permission: org.user.assignment.delete is required in order for the call to succeed. You must configure permissions for the person or service calling this endpoint and add this permission to their identity.
An OIDC service account that was authenticated.
OK
No content
Unauthorized
No content
Last updated