When I try to access the /organizations endpoint with a logged in user I get the following return with a 403 response type
{
"error": {
"code": 403,
"message": "Not authorized for the requested resource"
}
}
I was able to add the synthetic data to the user, if that matters.
Let me know if you need any additional information.