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

copyApplicationRole: ApplicationRole!

This mutation is used to copy the details of a single application role.The new application role will get a new distinct roleID. **Returns:** Returns the new role data.

roleInput: RoleInput!

The name and description of the new role that is being created.

roleId: UUID!

The unique role ID used to find the specific role.

tenantId: UUID

The tenant that the application role will be associated to.