Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.33 KB

File metadata and controls

15 lines (12 loc) · 5.33 KB

IamUpdateUserRequestDto

Fields

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"
}