Skip to content

Get User

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
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

500

Server Error