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

createClientForExistingUser: Client!

This mutation is used to create a new client in QUALO that exists already exists in the QUALO Identity Server. This is internal use only and not yet implemented in UI. **Returns:** Returns the newly created client information along with a new Client ID.

userId: UUID

The existing ID that the new client will be connected to.

username: String

Name of user.

tenantId: UUID

The tenant that the client will be associated with.

organizationalUnitIds: [UUID]

The organizational unit that the client will be assigned.

externalIdentifiers: [ClientExternalIdentifierInput!]