v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Organizations

Replace organization user members

Replace all user members for the specified organization with the given users. This effectively removing all existing user memberships in the organization and adding the new users as members.

put/api/organizations/{id}/users

Path parameters

idstring required

The unique identifier of the organization.

Request body

userIdsstring[] required

An array of user IDs to replace existing users.

Response

Successfully replaced all users for the organization.