Authorizations
Body
application/json
curl --request PATCH \
--url https://{controlPlaneURL}/api/svc/v1/users/activate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>"
}'{}Activate user associated with the provided email within the tenant.
curl --request PATCH \
--url https://{controlPlaneURL}/api/svc/v1/users/activate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>"
}'{}Was this page helpful?