Get User
User
Get User
/user/
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.
Method:GET
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| userId | string | The unique identifier of the user. |
See Examples below for response
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
User ID