Skip to main content
PATCH
Update Employee

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
Example:

"271e6693-2130-4ea9-b02d-e6d57516186d"

userName
string
required
Required string length: 2 - 100
Example:

"Jagatheesan M"

roleId
string<uuid>
required
Example:

"271e6693-2130-4ea9-b02d-e6d57516186d"

teamId
string<uuid>[]
required
Minimum array length: 1
Example:
workMode
enum<string>
required
Available options:
remote,
office,
hybrid
Example:

"remote"

Response

User details updated successfully

success
boolean
Example:

true

statusCode
integer<int32>
Example:

200

statusMessage
string
Example:

"User details updated successfully"

error
unknown
response
object