

Videos
Blogs
April 2, 2024
Adding External users in Adobe Learning Manager using APIs
External User Creation using APIs
Steps to be followed:
- Using GET /externalProfiles, we can retrieve the external profile ID for which you can add the user.
- Copy the External Profile ID from the GET call Response Body.
- Mention the External Profile ID in POST /externalProfiles/{id}/users
- Pass the Parameter (Response Body) as shown below.
- {
“data”: {
“type”: “user”,
“attributes”: {
“email”: “kollaAPITest@gmail.com”,
“name”: “Kolla API Test User”,
“userType”: “EXTERNAL”
}
}
}
- There are three mandatory attributes that we need to pass in the Response body.
- email – Email ID of the user. This value should be unique for every user.
- name – Name of the user.
- userType – This value should be “EXTERNAL”
- If userUniqueId (User Unique Id) is enabled, then UUID needs to be passed, which is optional.
- Once you pass this parameter by following the mandatory attributes. The External user will be added to the ALM.
- Using GET /externalProfiles/{id}/users we can retrieve a list of users for the mentioned external profile.
- Similarly, you can check the External user from the Admin login page in the UI.
- Login as Administrator >> Users >> External >> Search for the External user by giving the External user email/name.
Kindly refer the recording below for the workflow.
Video Player
Media error: Format(s) not supported or source(s) not found
Download File: https://elearningimages.adobe.com/files/2024/04/Adding-external-User-using-APIs.mp4?_=1Similar Blogs
.png)
IntroductionALM now supports native extensibility, allowing users to set up
custom experiences within the native version of Adobe Learning Manager. This
feature enables the creation of custom widgets/apps placed at various points in
the learner, mana...
1 comment
.png)
INTRODUCTION:
We are almost at the mid of the year, and as part of the organization’s crucial
training, we all take up the compliance and security training along with other
training our job requires. How about making this year with easier access to a...
6 likes
.png)
INTRODUCTION:
The administrator of Adobe Learning Manager (ALM) has numerous responsibilities,
each crucial for ensuring a seamless learning experience. So, a deeper
understanding of the product eases the administrator’s day-to-day work. One of
the ...
2 likes
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.
Was this helpful?
Yes
No
By clicking Submit, you accept Adobe’s terms of use.
Find more content on our Homepage