Magidoc

UserCreateInput
Input Object

Input containing the properties of the user to be created

Fields

#

avatar

Url of the user's avatar

channels

Configuration of the user's communication channels

countryPreferences

The locale preferences of the user

email

Non-null

The email of the user

externalId

An external identifier used by the user

firstName

The first name of the user

groupId

The id of the group the user belongs to

lastName

Non-null

The last-name of the user

password

[Deprecated] the password of the user. If not set, the user will receive an invitation email to set its own one. It should be at least 16 characters long, and contains at least 1 lowercase character, 1 uppercase character, 1 number, and 1 special character.

projectIds

[ LegacyId !]!
Non-null

List of ids of the user's projects

roleId

Non-null

Id of the role assigned to the user

samlId

The saml-id of the user

skillIds

List of ids of the user's skills

userName

Non-null

Pseudo used by the user

Usages

#

References

#

  • Argument input of field userCreate from type Mutation