

Videos
Blogs
June 27, 2024
Creating Internal user in Adobe Learning Manager using Admin API
Steps to create the internal user using Admin API:
* Login as an Integration admin
* Goto to the Developer resources >> API reference
* Select the admin profile and authorize
* Goto the User : Set of User APIs
* use the Post call : Post: /Users
* use the below example body to add the users.
{
“data”: {
“type”: “user”,
“attributes”: {
“email”: “example@example.com”,
“name”: “Bob”,
“userType”: “INTERNAL”
}
}
}
* Click on the Try it out button to add the Internal user into the system
Similar Blogs
Subscribe to our newsletter
Subscribe now
The Adobe family of companies may keep
me informed with personalized
emails about ELearning Community Content and News. See our Privacy Policy for more details or to opt-out at
any time.