Skip to content

Retrieve a personal profile

Retrieve a user's personal profile information.

This endpoint retrieves the latest version of the personal profile for a specific user. It includes sensitive personal data, contact details, and occupation information.

Endpoint

MethodUrl
GET/v1.0/users/:user_id/personal-profile

Path Parameters

user_id
string
required

The unique identifier of the user whose profile is being retrieved.

Sample Request

Copied
1curl -X GET 'https://api.worklayer.com/v1.0/users/3b31f309-93ad-463a-ad1d-c39cac1c0a3d/personal-profile' \
2-H 'Authorization: Bearer {token}'

Errors

  • 404: the user does not yet have a profile
  • 403: you're not allowed to retrieve the profile
Last updated on November 1, 2024