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
Method | Url |
---|---|
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
Copied1curl -X GET 'https://api.worklayer.com/v1.0/users/3b31f309-93ad-463a-ad1d-c39cac1c0a3d/personal-profile' \2-H 'Authorization: Bearer {token}'
Response
Returns a personal profile.
Errors
404
: the user does not yet have a profile403
: you're not allowed to retrieve the profile
Next steps
Last updated on November 1, 2024
Privacy PolicyTerms & Conditions© 2025 Taxfyle