Videos
Blogs
June 26, 2024
How to create the external User using Admin API
External user accounts can be created by the integration admin using the Admin API.
Steps to create the external user:
1. Capture the External user profile ID in the admin page under the users>> external tab
2. Login in as an integration admin
3. Goto to the Developer resources >> API Reference
4. Select the role as” Admin” and Authorize
5. Goto the “Enrollment profile: Set of enrollment profile APIs”
6. Select the Post: Externalprofiles/{id}/users call and enter the External profile ID and the enter the parameters in the body section
Eg: {
“data”: {
“type”: “user”,
“attributes”: {
“email”: “datest426.da01007@gmail.com”,
“name”: “Eng. Talal Test”,
“userType”: “EXTERNAL”
}
}
}
7. Click on the try it out button to add the external user
Similar Blogs
Subscribe to our newsletter
Subscribe now
That's it! Thank you for subscribing to our newsletter!
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.