Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 9.83 KB

File metadata and controls

25 lines (22 loc) · 9.83 KB

IamUser

Fields

Field Type Required Description Example
avatar T.nilable(Models::Shared::IamUserAvatar) The user's avatar data. This generally contains a URL within this property's 'contents' array.
created_at Date The date the user was created 2021-01-01T01:01:01.000Z
first_name T.nilable(::String) N/A Han
groups T::Array<Models::Shared::IamGroup> List of groups the user is assigned to
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
is_bot_user T.nilable(T.any(T::Boolean, Models::Shared::IamUser2)) Indicates if the user is a bot or service user true
last_active_at Date The date this user was last active 2021-01-01T01:01:01.000Z
last_login_at Date The date this user last logged in 2021-01-01T01:01:01.000Z
last_name T.nilable(::String) N/A Solo
multi_factor_enabled T::Array<Models::Shared::IamMfaTypeEnum> The list of Multi-Factor Authentication (MFA) types enabled for the user.
name T.nilable(::String) User's name which (can be a full name or display name) Han Solo
primary_email_address T.nilable(::String) Primary email address of the user. This is generally a work email address. han@stackone.com
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
roles T::Array<Models::Shared::IamRole> List of roles the user is assigned to
status T.nilable(Models::Shared::IamUserStatus) N/A
unified_custom_fields T::Hash[Symbol, ::Object] Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
updated_at Date The date the user was created 2021-01-01T01:01:01.000Z
username T.nilable(::String) N/A hansolo1977