Users
Fetch User
Retrieve details of a specific user.
GET
/
users
/
{user_id}
Authorizations
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
user_id
integer
requiredID of the user
Response
200 - application/json
status
enum<string>
requiredThe outcome of the request
Available options:
success
data
object
requiredWas this page helpful?