Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 5.74 KB

File metadata and controls

17 lines (14 loc) · 5.74 KB

LmsUser

Fields

Field Type Required Description Example
active T.nilable(T.any(T::Boolean, Models::Shared::LmsUser2)) The user active status true
created_at Date The created_at date 2021-01-01T01:01:01.000Z
email T.nilable(::String) The user email john@dew.com
external_reference T.nilable(::String) The external ID associated with this user al60043
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
name T.nilable(::String) The user name John Dew
phone_number T.nilable(::String) The user phone number +1234567890
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
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 updated_at date 2021-01-01T01:01:01.000Z