Batch manage organizations enterprise account users.
This endpoint allows you to change a user's membership status from being unmanaged to being an organization member, and vice versa. To use this endpoint, provide either the user's id
or email
in the request body. If both are supplied, the email
will be ignored.
This endpoint can only be used if your enterprise is not domain capturing.
In the example request provided, the first two users are successfully processed while all of the remaining users are not processed and are returned in the errors
array with the reason why they were not able to be processed.
Note that the domain of the user you are trying to claim must be verified in your organization's Admin Panel. If the domain is not verified, the user will not be claimed and will be returned in the errors
array.
For more information on managing users and the different types of users in organizations, please see our support article.