v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Members

Update Member Permissions

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.

post/v1/organizations/{organizationId}/members/{userId}

Path parameters

organizationIdstring uuid required

The identifier of the Organization.

userIdstring required

The identifier of the Member.

Request body

permissionGroupIdsinteger[] nullable

List of Permission Group identifiers to where the Member should be added.

isAdminboolean nullable

Indicates that the member must be Organization Admin.

isBillingManagerboolean nullable

Indicates that the member must be Billing Manager.

removeFromPermissionGroupsWhereIdNotSetboolean

When true, the member will be removed from those Permission Groups that are not listed in the permissionGroupIds field.

Response

When the update was successful.