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.
Authorization: Requires group admin permissions. Status: Supports changing between admin and member roles. Side Effects: Status changes affect member permissions and capabilities.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the group Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the group member Valid email address pattern
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$The new status for the member
admin, member Member status updated successfully