This API endpoint retrieves the details of a specific user by their unique ID.

Request

Example Request:

curl --request GET \\
  --url <http://aerodox.application.trustion-validate.com/users/4b77b701-f796-473f-aa3e-7e8604678acf> \\
  --header 'Authorization: Bearer <token>' \\

Response Fields

Status code: 200

{
	"data": {
		"id": "4b77b701-f796-473f-aa3e-7e8604678acf",
		"first_name": "Bob",
		"last_name": "van der Valk",
		"email": "[email protected]",
		"password": "**********",
		"location": null,
		"title": null,
		"description": null,
		"tags": null,
		"avatar": null,
		"language": null,
		"tfa_secret": null,
		"status": "active",
		"role": "61e3c3d0-40de-4d8e-83a1-1d06ef9bf5b1",
		"token": "**********",
		"last_access": "2025-06-25T15:46:37.105Z",
		"last_page": "/users/4b77b701-f796-473f-aa3e-7e8604678acf",
		"provider": "default",
		"external_identifier": null,
		"auth_data": null,
		"email_notifications": true,
		"appearance": null,
		"theme_dark": null,
		"theme_light": null,
		"theme_light_overrides": null,
		"theme_dark_overrides": null,
		"organisation": "a1e4977f-71e6-4f2e-8120-67eb82e73f1f",
		"policies": []
	}
}