Get user
GET/api/admin/user-admin/:id
Will return a single user by id
Request
Responses
- 200
- 400
- 401
- 404
userSchema
The request data does not match what we expect.
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
The requested resource was not found.