Skip to main content
POST
Add Employee via Invite Link

Authorizations

Authorization
string
header
required

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

Body

application/json
userName
string
required
Required string length: 2 - 100
Example:

"Jagatheesan M"

emailId
string<email>
required
Example:

"mjagatheesan.g@gmail.com"

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

Invite link sent successfully.

success
boolean
Example:

true

statusCode
integer<int32>
Example:

200

statusMessage
string
Example:

"Invite link sent successfully"

error
unknown
response
object