Authorizations
Body
application/json
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/users/is-registered \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>"
}'Check if a user is registered with the platform
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/users/is-registered \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>"
}'Was this page helpful?