Skip to main content

SetMemberRoleAdminInputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SetMemberRoleAdminInputBody.json
rolestringrequired

authz role name to set as the member's tenant role (e.g. org_owner, org_admin, org_member, org_viewer)

SetMemberRoleAdminInputBody
{
"$schema": "https://example.com/schemas/SetMemberRoleAdminInputBody.json",
"role": "string"
}