Users

Get User object

Get detailed information about a specific User.

Authorization

Public key
x-fngs-public-key<token>

In: header

Path Parameters

userId*string

GET /v0/users/:userId Parameter

Formatuuid

Response Body

application/json

application/json

GET
/v0/users/{userId}
curl -X GET "https://example.com/v0/users/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "status": "success",  "data": {    "user": {      "object": "user",      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "username": null,      "email": null,      "details": null,      "internalId": null    }  }}