curl --request POST \
--url https://app-preprod.cybedefend.com/organization/invite/accept \
--header 'Content-Type: application/json' \
--data '{
"token": "<string>"
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"token": "<string>",
"email": "<string>",
"status": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"organizationRole": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}
curl --request POST \
--url https://app-preprod.cybedefend.com/organization/invite/accept \
--header 'Content-Type: application/json' \
--data '{
"token": "<string>"
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"token": "<string>",
"email": "<string>",
"status": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"organizationRole": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}
Invitation accepted
The response is of type object
.