AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. changeOrganizationalUnitRoleOwnership

changeOrganizationalUnitRoleOwnership: Boolean!

This mutation is used to change the ownership of a role to a different tenant. **Returns:** Returns true if process was completed successfully.

roleId: UUID!

The role ID that will be transferred.

tenantId: UUID

The new tenant ID that will receive the ownership of the role.

force: Boolean!

Boolean used to force a change. Default value is False.