Skip to content

Get one user

GET
/users/{userId}

Authorizations

ApiKeyAuth
TypeAPI Key (query: apiKey)

Parameters

Path Parameters

userId*
Typestring
Required

Responses

The request has succeeded.

application/json
JSON
{
"id": "123",
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-01T00:00:00Z",
"username": "john_doe",
"email": "john.doe@aerodb.net",
"isVerified": true
}

Playground

Authorization
Variables
Key
Value

Samples