Skip to main content

Get a user

GET 

//v1/users/:username

Get a user

Request

Path Parameters

    username stringrequired

    The username

Responses

Returns a specific user

Schema
    permissions string[]required
    username stringrequired

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X GET '/v1/users/:username' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!