Get User
GET /users/{userId}
GET
/users/{userId}
Returns a single User by its ID.
Authorizations
Parameters
Path Parameters
userId
required
string
The ID of the User to retrieve.
Responses
200
The requested User.
object
id
string
firstName
string
lastName
string
email
string
isActive
boolean
404
Not Found
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
500
Server Error