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