INPUT_OBJECT

CreateSsoUsersInput

Description

Specifies the input required to create SSO users.

link GraphQL Schema definition

  • input CreateSsoUsersInput {
  • # Required. Specifies the ID of the authentication domain to which the SSO users
  • # belong.
  • authDomainId: String!
  • # Required. Specifies the role IDs to be assigned to the SSO users.
  • roleIds: [UUID!]!
  • # Required. Specifies the list of SSO users to be created.
  • userEmails: [String!]!
  • }

link Require by