Skip to content
Gallery
API Documentation Admin Webapp
Share
Explore
EMPLOYEE

EMPLOYEE INVITE

POST /employee/invite

Request
{
"email": "EMAIL(Invitee)"
"client_id": "string",
"connection_id": "string",
"organization":"string"
"roles": "string"
}
Response (Success)
{
"status":true,
"code":"INVITATION_SUCCESS",
"message":"An invititation link has been sent to abc@mail.com"
}

Response (Error)
{
"status": false,
"code": "INVITATION_FAILED",
"message": "Bad request"
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.