| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Id |
string | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
RemoteId |
string | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
UnifiedCustomFields |
Dictionary<String, object> | ➖ | Custom Unified Fields configured in your StackOne project | { "my_project_custom_field_1": "REF-1236", "my_project_custom_field_2": "some other value" } |
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 |
IamUserIsBotUserUnion | ➖ | Indicates if the user is a bot or service user | true |
Roles |
List<IamRole> | ➖ | List of roles the user is assigned to | |
Groups |
List<IamGroup> | ➖ | List of groups the user is assigned to | |
Status |
IamUserStatus | ➖ | N/A | |
LastActiveAt |
DateTime | ➖ | The date this user was last active | 2021-01-01T01:01:01.000Z |
LastLoginAt |
DateTime | ➖ | The date this user last logged in | 2021-01-01T01:01:01.000Z |
CreatedAt |
DateTime | ➖ | The date the user was created | 2021-01-01T01:01:01.000Z |
UpdatedAt |
DateTime | ➖ | The date the user was created | 2021-01-01T01:01:01.000Z |
MultiFactorEnabled |
List<IamMfaTypeEnum> | ➖ | The list of Multi-Factor Authentication (MFA) types enabled for the user. | |
Avatar |
IamUserAvatar | ➖ | The user's avatar data. This generally contains a URL within this property's 'contents' array. |