You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The operation in the command cannot be applied to an Adobe ID.
389
+
390
+
***error.throttled_by_external_service**
391
+
* any
392
+
* User Management API is being throttled by an external service.
393
+
394
+
***error.developer.add_user.failed**
395
+
* add
396
+
* Failed to add the user as a developer.
397
+
398
+
***error.developer.remove_user.failed**
399
+
* remove
400
+
* Failed to remove the developer role from the user.
401
+
402
+
***error.user.domain_enforcement**
403
+
* create
404
+
* The user cannot be added to the organization due to domain enforcement restrictions. See https://helpx.adobe.com/enterprise/using/restricting-domains.html for more information.
405
+
406
+
***error.usergroup.exceeds_maximum_member_count**
407
+
* add, remove
408
+
* The current user count for the group exceeds the recommended size. Please refer to our [requesting help page](../getsupport.html) if you would like to discuss this issue further.
If you require further assistance for using the User Management API then please follow the instructions for Creative Cloud for Enterprise support outlined [here](https://helpx.adobe.com/uk/contact/enterprise-support.html). This will result in a support ticket being opened and assigned to our Developer Support Team.
Copy file name to clipboardExpand all lines: docs/en/getstarted.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,7 @@ Before you can use the User Management API (directly or indirectly through User
54
54
* Get complete reference details for all API calls: [User Management API Reference](RefOverview.md)
55
55
* See a sample Python script and examples of representative requests: [Examples and Samples](samples/index.md)
56
56
57
+
## Need Help?
58
+
59
+
If you require further assistance for using the User Management API then please follow the instructions for Creative Cloud for Enterprise support outlined [here](https://helpx.adobe.com/uk/contact/enterprise-support.html). This will result in a support ticket being opened and assigned to our Developer Support Team.
0 commit comments