Skip to main content
POST
Fetch Employees by User ID

Authorizations

Authorization
string
header
required

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

Body

application/json
userId
string<uuid>[]
required

List of user IDs to fetch

Minimum array length: 1

Response

Fetched employee details successfully

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"Fetched employee details successfully"

error
object | null
Example:

null

data
object[]