POST members Id Activation Email
POST
/members/{id}/activation-emailAuthorizationBearer <token>
Paste your JWT token here
In: header
Path Parameters
idstring
The unique identifier of the member to send the activation email for.
Format
uuidResponse Body
application/json
application/json
curl -X POST "https://loading/members/497f6eca-6276-4993-bfeb-53cbbbba6f08/activation-email""Sent"{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}