User Endpoints
Get User
Get user with user id
GET
/
users
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requireduser id
Response
200 - application/json
user
object