AM Logo
API DocumentationForm Definitions
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. createApplicationRole

createApplicationRole: ApplicationRole!

This mutation is used to create a new application role for a tenant. Return information can include new role details and tenant information. **Returns:** Returns the newly created role data.

roleInput: RoleInput!

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

tenantId: UUID

The tenant that the application role will be associated to.