POST api/teams/acceptInvite?identifier={identifier}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identifier | string |
Required |
Body Parameters
None.
Response Information
Resource Description
acceptInviteRetModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamID | integer |
None. |
|
| string |
None. |
||
| success | boolean |
None. |
|
| message | string |
None. |
|
| IsRegisteredMember | boolean |
None. |
|
| RoleID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TeamID": 1,
"email": "sample string 2",
"success": true,
"message": "sample string 4",
"IsRegisteredMember": true,
"RoleID": 6
}