Skip to main content

Modify user organization membership

PUT 

/api/web/v1/users/:userid/organizations

Modify the list of organizations assigned to a specified user. Caller requires the USERS:EDIT permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user whose organization membership is to be modified.

Body

required

    organizations string[]

    A list of organization UUIDs to be assigned to this user. If specified, these organizations replace existing organizations.

Responses

Successful

Loading...