Groups
Update group member status
Updates a member's status (admin/member) in a group. This operation manages group membership through FGA (Fine-Grained Authorization) and affects the member's permissions within the group.
PATCH
/organizations/{organizationName}/groups/{groupName}/members/{memberName}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
organizationName*string
The unique identifier of the organization
Match
^[a-zA-Z0-9_ -]+$groupName*string
The unique identifier of the group
Match
^(?!.*\*)(?!.*[/]).{1,70}$memberName*string
The group member identifier. Either a user (user:{email}) or a nested group (group:{groupName}). Parsed by UserGroupId in the controller.
Match
^(user:[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}|group:[a-zA-Z0-9._-]+)$Request Body
application/json
Response Body
application/json
application/json
application/json
application/json