Skip to main content
GET
/
users
/
{userId}
Error
A valid request URL is required to generate request examples
{
  "id": "u-456",
  "email": "jane.doe@example.com",
  "firstName": "Jane",
  "lastName": "Doe",
  "status": "ACTIVE",
  "createdAt": "2025-06-01T09:00:00Z"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

userId
string
required

The user ID

Response

Ok

id
string

The user ID

email
string

The user email address

firstName
string

The user first name

lastName
string

The user last name

status
string

The user status (e.g., ACTIVE, INACTIVE)

createdAt
string<date-time>

When the user was created