# Get user profile Returns the profile of a specific user. Endpoint: GET /v1/users/{id}/profile Version: 1.0 ## Path parameters: - `id` (string, required) User Id (e.g. e1bf0987-8844-49ab-a6b6-10562b58e230) ## Response 200 fields (text/plain): - `id` (string,null) - `firstName` (string,null) - `lastName` (string,null) - `email` (string,null) - `mobilePhone` (string,null) - `directPhone` (string,null) - `jobTitle` (string,null) - `departmentId` (integer,null) - `specialityIds` (array,null) - `biography` (string,null) - `hourlyRate` (number,null) - `linkedInUrl` (string,null) - `organisationId` (integer) - `organisationName` (string,null) - `organisationType` (string) Options:ServiceProviderCustomer Enum: "ServiceProvider", "Customer" - `role` (string) Options:AdministratorInhouseLegalContributorStandardExternalMatterManager Enum: "Administrator", "InhouseLegal", "Contributor", "Standard", "External", "MatterManager" - `departmentName` (string,null) - `hasPicture` (boolean) - `pictureCacheId` (integer) - `invitationSentUtc` (string,null) - `status` (string) Options:DisabledPendingActiveInvitedLockedOut Enum: "Pending", "Active", "Invited", "LockedOut", "Disabled"