Skip to main content

DesCreateUserInput

Input for user creation.

input DesCreateUserInput {
email: String!
firstName: String!
lastName: String!
password: String!
userName: String!
workspaceUrl: String
}

Fields

DesCreateUserInput.email ● String! non-null scalar

New user email.

DesCreateUserInput.firstName ● String! non-null scalar

New user first name.

DesCreateUserInput.lastName ● String! non-null scalar

New user last name.

DesCreateUserInput.password ● String! non-null scalar

New user password.

DesCreateUserInput.userName ● String! non-null scalar

New user username.

DesCreateUserInput.workspaceUrl ● String scalar

URL for the workspace to add the new user into.