Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.67 KB

File metadata and controls

15 lines (12 loc) · 5.67 KB

IamUpdateUserRequestDto

Fields

Field Type Required Description Example
first_name T.nilable(::String) N/A Han
is_bot_user T.nilable(T.any(T::Boolean, Models::Shared::IamUpdateUserRequestDto2)) Indicates if the user is a bot or service user true
last_name T.nilable(::String) N/A Solo
name T.nilable(::String) User's name which (can be a full name or display name) Han Solo
passthrough T::Hash[Symbol, ::Object] Value to pass through to the provider {
"other_known_names": "John Doe"
}
primary_email_address T.nilable(::String) Primary email address of the user. This is generally a work email address. han@stackone.com
status T.nilable(Models::Shared::IamUpdateUserRequestDtoStatus) N/A
username T.nilable(::String) N/A hansolo1977