Company logoTrust Center Documentation

Get user profile

Retrieve detailed information about a specific user including profile settings and preferences.

GET
/api/v1/users/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

User ID

Formatuuid

Response Body

fetch("https://app.orbiqhq.com/api/v1/users/user-123")

{
  "user": {
    "id": "user-123",
    "first_name": "Jane",
    "last_name": "Doe",
    "email": "jane@example.com",
    "title": "Compliance Manager",
    "theme": "dark",
    "language": "en"
  }
}
Empty
Empty
Empty
Empty

How is this guide?