updateUser
Updates a marketplace user
This page contains
Arguments
input UpdateUserInput! PREVIEW | Input parameters for update marketplace user information |
UpdateUserInput 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 CustomAttributesInput | The input for updating custom attributes associated with the user's profile |
Return Fields
user User PREVIEW | |
userErrors [UpdateUserError!] PREVIEW |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.