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.

The post Creating External Profile in Adobe Learning Manager using APIs appeared first on eLearning.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *