POST/users/{userId}/send-invitation-email
ステータスが 登録待ち のユーザーに対し、招待メールを再送する。
再送メールの招待者は、最高管理者。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
user
directory
| Parameter | Type | Description |
|---|---|---|
| userId | string | ユーザーを特定する ID (URL エンコードする)
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 | 保存されている個人メールアドレスへの再送信フラグ required default : false |
| string | 招待メールの送信先メールアドレス maxLength : 256 |
example
1{2 "usePrivateEmail": true3}No Content
Bad Request
Not Found