EndpointsGet User

GET /users/{userId}

Info for a specific user

curl -X GET "https://api.youdo.blog/v1/users/example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/users/{userId}
GET
Base URLstring

Target server for requests. Edit to use your own host.

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