Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.57 KB

File metadata and controls

15 lines (12 loc) · 5.57 KB

IamUpdateUserRequestDto

Fields

Field Type Required Description Example
primaryEmailAddress JsonNullable<String> Primary email address of the user. This is generally a work email address. han@stackone.com
firstName JsonNullable<String> N/A Han
lastName JsonNullable<String> N/A Solo
name JsonNullable<String> User's name which (can be a full name or display name) Han Solo
username JsonNullable<String> N/A hansolo1977
isBotUser JsonNullable<IamUpdateUserRequestDtoIsBotUser> Indicates if the user is a bot or service user true
status JsonNullable<IamUpdateUserRequestDtoStatus> N/A
passthrough Map<String, Object> Value to pass through to the provider {
"other_known_names": "John Doe"
}