ZiamBindGroupRole
Binds a global ZIAM role to a user group by creating a RoleBinding resource. The operation is idempotent; repeated calls return changed=false. An enabled project-admin binding grants the role globally to active group members; project-owner remains Project-scoped and must use ProjectMembership.
PUT
/api/v1/ziam/groups/{groupUuid}/roles/{roleKey}Operation ID
ZiamBindGroupRoleSince
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
roleUuidStringOptional role uuid. roleKey in the path is always required and is the stable binding key.
Example: 66666666666666666666666666666666
enabledBooleanWhether the binding is enabled. Defaults to true.
Example: true
