CreateIMSUserInput
Input for the createIMSUser mutation
input CreateIMSUserInput {
  displayName: String!
  email: String
  gropiusUser: ID
  ims: ID!
  templatedFields: [JSONFieldInput!]!
  username: String
}
Fields
CreateIMSUserInput.displayName ● String! non-null scalar
The displayName of the created User
CreateIMSUserInput.email ● String scalar
The email of the created User if present
CreateIMSUserInput.gropiusUser ● ID scalar
If present, the id of the GropiusUser the created IMSUser is associated with
CreateIMSUserInput.ims ● ID! non-null scalar
The id of the IMS the created IMSUser is part of
CreateIMSUserInput.templatedFields ● [JSONFieldInput!]! non-null input
Initial values for all templatedFields
CreateIMSUserInput.username ● String scalar
The username of the created IMSUser, must be unique
Member of
createIMSUser  mutation