GET  /users/show

View a limited subset of your user data

Authorization Required

Authorization is required for this resource.

Note

You will not be able to access other user's data with this resource; only your own.


Headers

Content-Type [Required]
application/json
Yes
All API requests must have Content-Type declared.
Authorization [Required]
Bearer authorization_token
Yes
In order to carry out this request, your authorization token will need to be supplied with this request. Your authorization token can be found associated to your account on Rampage. NB: Please never reveal this key publicly.

Body

id [Required]
integer
Yes
ID of the user you want to lookup.

Response

Success
{"name":"Richard Jones","email":"richard.jones1998@hotmail.co.uk","created_at":"2021-05-01 19:23:05"}
Not Provided
{"error":"ID must be specified."}
Cannot Be Found
{"error":"User could not be found."}
Insufficient Permissions
{"error":"You do not have permissions to access this resource."}