Close

Search

Creating External Profile in Adobe Learning Manager using APIs
March 28, 2024
0
0
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.
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.
You must be logged in to post a comment.
All Comments
Sort by:
Most Recent

- Most Recent
- Most Relevant
Enter a valid email address
Thank you for subscribing to our newsletter