| Field | Type | Required | Description | Example |
|---|---|---|---|---|
PrimaryEmailAddress |
string | ➖ | Primary email address of the user. This is generally a work email address. | han@stackone.com |
FirstName |
string | ➖ | N/A | Han |
LastName |
string | ➖ | N/A | Solo |
Name |
string | ➖ | User's name which (can be a full name or display name) | Han Solo |
Username |
string | ➖ | N/A | hansolo1977 |
IsBotUser |
IamUpdateUserRequestDtoIsBotUserUnion | ➖ | Indicates if the user is a bot or service user | true |
Status |
IamUpdateUserRequestDtoStatus | ➖ | N/A | |
Passthrough |
Dictionary<String, object> | ➖ | Value to pass through to the provider | { "other_known_names": "John Doe" } |