Skip to main content
GET
Get User
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/user/ Description: The /user/{userId} endpoint allows users to retrieve the details of a specific user identified by their unique userId. Authorization:
  • Own resource: any authenticated user (self-access)
  • Other resources: user or higher
Method: GET Path Parameter:
See Examples below for response

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

User ID (TenantUser ID)

Response

success

fullName
string
id
string
firstName
string
lastName
string
email
string
ipi
string
externalId
string
TenantUser
object
invite
object | null