POST/users/{userId}/send-invitation-email
대기 중 상태인 구성원에게 초대 메일을 재발송한다. 재발송된 메일에서 초대인은 관리자이다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
user
directory
| Parameter | Type | Description |
|---|---|---|
| userId | string | 구성원 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 | 초대 메일을 받을 구성원의 개인 메일 주소로 보낼지 여부. 이 값이 true이면 저장된 개인 메일 주소가 있어야 한다. required default : false |
| string | usePrivateEmail이 false이면 초대 메일을 받을 메일 주소를 입력해야 한다. maxLength : 256 |
example
1{2 "usePrivateEmail": true3}No Content
Bad Request
Not Found