Assigned
Status Update
Comments
jp...@google.com <jp...@google.com> #2
To help us understand the issue, please ensure you have provided a minimal code example that reproduces the problem, including the API calls, errors, and responses you're seeing.
Generated Metadata
- Summary: The developer is encountering an issue with the Admin SDK Licensing API when attempting to insert a user using a POST request. The userId is not being recognized, or the URL endpoint is not functioning as expected.
- Tags:
Additional resources:
https://developers.google.com/apps-script/.../admin-sdk-license-manager https://developers.google.com/admin-sdk/.../directory_api_common_errors https://developers.google.com/admin-sdk/directory/v1/limits https://stackoverflow.com/.../google-admin-sdk-api-error-creation-is-disallo... https://developers.google.com/apps-script/advanced/admin-sdk-directory
You can
bl...@google.com <bl...@google.com> #3
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191635.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
I am sending my code with post method but it does not get userId or url endpoint does not work properly. path: ' https://licensing.googleapis.com/apps/licensing/v1/product/{productId}/sku/{skuId}/user ',
method: 'POST',
requestBody: {
"userId": email,
"productId": "101037",
"skuId": "1010370001"
}
Where is the problem?
Impact