Skip to content

revokeAllOrgRoles

Revoke all roles of the current organization from the specified users and groups.

Arguments

Argument Type Description
input (required) RevokeAllOrgRolesInput! Input required for revoking all roles of the current organization from the specified users and groups.

Returns

Void

Sample

mutation RevokeAllOrgRoles($input: RevokeAllOrgRolesInput!) {
  revokeAllOrgRoles(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "revokeAllOrgRoles": "example-string"
  }
}