POST/users/send-invitation-email
下記のすべての条件に該当するユーザーに対し、招待メールを再送する。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
user
directory
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| resultEmailReceiver | string | 招待メールの送信結果を受信するメールアドレス maxLength : 256 |
| domainId | integer | ドメイン ID format : int32 |
example
1{2 "resultEmailReceiver": "admin@example.com",3 "domainId": 100000014}Accepted
Bad Request