UpdateUserInput
Input definition for update marketplace user information
This page contains
Fields
| id ID! | The marketplace ID for the user |
| email String | The email address of the user |
| externalId String | An external identifier for the user |
| firstName String | The user's first name |
| lastName String | The user's last name |
| ldapId String | LDAP ID of the user |
| locale Locale | The user's locale. This combines the standard ISO 639-1 language code and ISO 3166-1 country code format. For example, 'en_US' or 'fr_CA'. |
| username String | Username of the user |
| idpId String | The external identity provider's ID for the user |
| homePhone PhoneNumber | Home phone number |
| workPhone PhoneNumber | Work phone number |
| mobilePhone PhoneNumber | Mobile phone number |
| customAttributesInput UserCustomAttributesInput | The input for updating custom attributes associated with the user's profile |
Mutations for UpdateUserInput
| updateUser PREVIEW | Updates a marketplace user |