Get a user info

Returns one user, with more detail than the list gives, including their two-factor enrolment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The user id, as returned in the id field by GET /users.

Headers
string
required

Bearer JWT obtained from POST /mfa/login. Send as "Bearer ". Expires after 5 minutes.

Responses

400

Returned by the gateway when the Authorization header is absent. Note that a malformed id is not a 400: it is treated as a user that does not exist and returns 404.

401

Unauthorized. The bearer token is missing, expired or invalid. The response body is empty.

404

User not found, with messageKey user.user_not_found. Returned both for an id that does not exist and for a value that is not a well-formed id.

500

Internal server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json