POST/users/{userId}/send-invitation-email
Resends an invitation message to a pending member. The host who invites members in the resent invitation message is the administrator.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
user
directory
| Parameter | Type | Description |
|---|---|---|
| userId | string | Member ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| usePrivateEmail | boolean | Indicates whether to send an invitation message to the member's personal email address. If it is "true", the member's personal email address is required. required default : false |
| string | It is required if maxLength : 256 |
example
1{2 "usePrivateEmail": true3}No Content
Bad Request
Not Found