curl --request POST \
--url https://app-preprod.cybedefend.com/organization/{organizationId}/member \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"role": "administrator"
}'
{
"message": "<string>",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
curl --request POST \
--url https://app-preprod.cybedefend.com/organization/{organizationId}/member \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"role": "administrator"
}'
{
"message": "<string>",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
Organization identifier
Member added to organization
The response is of type object
.