ZiamAddGroupMember
Adds a user to a user group. The relationship is stored on the group members array and synchronized downstream as a group membership change. The operation is idempotent; repeated calls return changed=false. Optional body.roleKeys updates roles attached to this direct membership. project-admin must use a User or Group RoleBinding; project-owner must use ProjectMembership.
/api/v1/ziam/groups/{groupUuid}/members/{userUuid}Operation ID
ZiamAddGroupMemberSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
roleKeysListScoped role keys attached to this direct relationship. project-owner is valid only for ProjectMembership. project-admin must use a User or Group RoleBinding and is not authorized from relationship roleKeys. Send an empty array to clear relationship roles. ziam-super-admin, ziam-platform-admin, ziam-platform-viewer, and ziam-auditor are not allowed.
Example: project-owner
Responses
200 OKChange History
View all change historyChange Time
AddedRequest body fields roleKeysAddedResponse fields roleKeysDeletedResponse fields scopeType, scopeUuidView API
