Videos
Blogs
March 28, 2024
Creating External Profile in Adobe Learning Manager using APIs
External Profile creation workflow using APIs
Steps to be followed:
- Log in as an Integration Admin >> Developer Resources >> API Reference.
- Navigate to the enrollment profile : Set of enrollment Profile APIs.
- Select POST /externalProfiles
- Pass the Parameter (response body) as shown below.
- Example Response Body:
- {
“data”: {
“type”: “externalProfile”,
“attributes”: {
“expiry”: “2025-03-30T18:29:59.000Z”,
“managerEmail”: “mkolla@adobe.com”,
“name”: “Kolla Test API External Profile_1”,
“expiry”: “2025-03-30T18:29:59.000Z”,
“loginRequired”: 100,
“seatLimit”: 50,
“enabled”: true
}
}
} - There are Four mandatory attributes in the response body.
- Name of the External Profile.
- Manager Email address to whom the users need to report.
- Expiry date for this profile and
- Seat limit for how many users you want to share this External Profile.
- Once you pass this parameter by following the mandatory attributes. The External Profile will be added to the system.
- Using GET /externalProfiles we can retrieve a list of external profiles for an account.
- Similarly, you can check the External Profile from the Admin login page in the UI.
- Login as Administrator >> Users >> External >> Search for the External Profile by giving the External profile name.
Kindly refer the recording below for the workflow.
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.