I've been getting a HTTP 403 error when trying to call the 'Create a user account' operation with the Provisioning API (via POST @ https://apps-apis.google.com/a/feeds/domain/user/2.0). The response received is a 403 error:
"error": {
"errors": [
{
"domain": "global",
"reason": "forbidden",
"message": "Forbidden"
}
],
"code": 403,
"message": "Forbidden"
}
}
The API had been working until late last week. No code was changed in my codebase. Is the API down? The API docs does say the API has been deprecated. But the API should still working per their Deprecation Policy.
EDIT: So it seems the Provisioning API has been replaced by the Directory API. And in the Directory API prerequisites, it says"
Note: The API device operations do not support remote administrative access for Google authorized resellers.
Does that mean the same thing for Provisioning API? Meaning, administrative access such as API for Creating Users cannot be accessed by the Google Authorized resellers?