EndpointsGet User
Endpoints

GET /users/{userId}

Info for a specific user

curl -X GET "http://api.roundpixel.com/v1/users/example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/users/{userId}
GET
path
userIdstring
Required

The id of the user to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

userIdstring
Required

The id of the user to retrieve

Responses

Expected response to a valid request