Skip to main content
POST
Users Details by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Example:

Response

A list of User objects.

code
integer
required

The status code of the response.

msg
string
required

The message of the response.

data
UserModel · object[]
required

A list of user objects.