Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.92 KB

File metadata and controls

15 lines (12 loc) · 5.92 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 bool|Components\IamUpdateUserRequestDtoIsBotUser2|null Indicates if the user is a bot or service user true
status ?Components\IamUpdateUserRequestDtoStatus N/A
passthrough array<string, mixed> Value to pass through to the provider {
"other_known_names": "John Doe"
}