MyProfile
Retrieve authenticated user's profile information including role, organization affiliation, and account settings to personalize application behavior and determine access permissions.
Columns
| Name | Type | References | |
| Id [KEY] | Double | ||
| String | |||
| UserId | Double | ||
| Username | String | ||
| FullName | String | ||
| FirstName | String | ||
| LastName | String | ||
| MiddleName | String | ||
| AvatarUrl | String | ||
| ProfileType | String |
The allowed values are client, contractor, icp, direct_employee, hris_direct_employee, service_account. | |
| IsHrisEnabled | Boolean | ||
| OrganizationId | Double | ||
| OrganizationName | String | ||
| ClientCountry | String | ||
| ContractorCountry | String | ||
| SlackTeamId | String | ||
| SlackUserId | String | ||
| HrisOrganizationUserId | String |