INPUT_OBJECT
Specifies the input required to create SSO users.
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!]!}