Hi Trying to disable a user account via API using:
```
curl --request POST \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
}'
```
Getting this error:
```
{"key":"forbidden.action","context":{"allowed":false,"reason":{"key":"externalDirectory.google"}},"errorKey":"forbidden.action","errorDetail":{"allowed":false,"reason":{"key":"externalDirectory.google"}}}%
```
We used to sync accounts with google, but now we dont. Is there anything that needs to be turned off for the API call to work?
Thanks in advance.
Luis