January 22, 2025
Adding External users in Adobe Learning Manager using APIs

Exterior Person Advent the usage of APIs

Steps to be adopted:

  1. The usage of GET /externalProfiles, we will retrieve the exterior profile ID for which you’ll upload the consumer.
  2. Replica the Exterior Profile ID from the GET name Reaction Frame.
  3. Point out the Exterior Profile ID in POST /externalProfiles/{identity}/customers
  4. Cross the Parameter (Reaction Frame) as proven beneath.
  5. {

“information”: {

“sort”: “consumer”,

“attributes”: {

“electronic mail”: “kollaAPITest@gmail.com”,

“title”: “Kolla API Check Person”,

“userType”: “EXTERNAL”

}

}

}

  1. There are 3 necessary attributes that we want to go within the Reaction frame.
  • electronic mail – E-mail ID of the consumer. This price will have to be distinctive for each consumer.
  • title – Title of the consumer.
  • userType – This price will have to be “EXTERNAL”
  1. If userUniqueId (Person Distinctive Identity) is enabled, then UUID must be handed, which is not obligatory.
  2. If you go this parameter via following the necessary attributes. The Exterior consumer can be added to the ALM.
  3. The usage of GET /externalProfiles/{identity}/customers we will retrieve an inventory of customers for the discussed exterior profile.
  4. In a similar way, you’ll test the Exterior consumer from the Admin login web page within the UI.
  5. Login as Administrator >> Customers >> Exterior >> Seek for the Exterior consumer via giving the Exterior consumer electronic mail/title.

Kindly refer the recording beneath for the workflow. 

Leave a Reply

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