Path Parameters
The ID of the organization to add members to
Request Body
Array of user IDs to add to the organization(s). All users must exist within your enterprise.
Array of organization IDs to add the users to. All organizations must exist within your enterprise.
Role to assign to the users in the organization(s). Can be “org_admin” or “org_member”.
Response
Returns “success” when the operation completes successfully
Behavior Notes
- If a user is already a member of an organization, their role will be updated to the specified
org_role
- The operation is atomic - either all memberships are processed or the entire operation fails
- Users and organizations that don’t exist in your enterprise will cause the operation to fail
- Audit logs are created for all membership changes