Update Member Permissions
POST/v1/organizations/:organizationId/members/:userId
This endpoint updates the permissions of a Member identified by the userId
.
This endpoint can also be used to move a Member between Permission Groups within a Product.
Only a single Permission Group can be set per Product.
Request
Path Parameters
The identifier of the Organization.
The identifier of the Member.
- application/json
- text/json
- application/*+json
Body
required
List of Permission Group identifiers to where the Member should be added.
Indicates that the member must be Organization Admin.
Indicates that the member must be Billing Manager.
When true
, the member will be removed from those Permission Groups that are not listed in the permissionGroupIds
field.
Body
required
List of Permission Group identifiers to where the Member should be added.
Indicates that the member must be Organization Admin.
Indicates that the member must be Billing Manager.
When true
, the member will be removed from those Permission Groups that are not listed in the permissionGroupIds
field.
Body
required
List of Permission Group identifiers to where the Member should be added.
Indicates that the member must be Organization Admin.
Indicates that the member must be Billing Manager.
When true
, the member will be removed from those Permission Groups that are not listed in the permissionGroupIds
field.
Responses
- 200
- 400
- 404
- 429
When the update was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.