| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
JsonNullable<String> | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
remoteId |
JsonNullable<String> | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
unifiedCustomFields |
Map<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 |
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<IsBotUser> | ➖ | 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 |
JsonNullable<IamUserStatus> | ➖ | N/A | |
lastActiveAt |
OffsetDateTime | ➖ | The date this user was last active | 2021-01-01T01:01:01.000Z |
lastLoginAt |
OffsetDateTime | ➖ | The date this user last logged in | 2021-01-01T01:01:01.000Z |
createdAt |
OffsetDateTime | ➖ | The date the user was created | 2021-01-01T01:01:01.000Z |
updatedAt |
OffsetDateTime | ➖ | 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 |
JsonNullable<IamUserAvatar> | ➖ | The user's avatar data. This generally contains a URL within this property's 'contents' array. |