Get user info from userId.
GET/user/:userId
Get user info from userId.
Request
Path Parameters
userId uuidrequired
The userId to grab data about
Responses
- 200
 - 404
 - default
 
Get user info from userId.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
sub string
property name* any
{
  "sub": "string"
}
NotFound
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
error string
{
  "error": "string"
}
{
  "error": "A mandatory item was not found"
}
Unexpected error
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
error string
{
  "error": "string"
}
{
  "error": "An unexpected error occured"
}
Loading...