JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
API Documentation Admin Webapp
API Documentation
MEDPULSE DATABASE [DRAFT]
More
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 (
Ctrl
P
) instead.