POST api/teams/SendInviteEmail
Request Information
URI Parameters
None.
Body Parameters
sendEmailByIdentifierModel| Name | Description | Type | Additional information |
|---|---|---|---|
| identifier | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"identifier": "sample string 1"
}
Response Information
Resource Description
retModel| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2"
}