4.7 C
New York
Friday, February 23, 2024

Creating customers in Adobe Studying Supervisor utilizing APIs


Person creation workflow utilizing APIs.

Steps to be adopted:

  1. Log in as an Integration Admin >> Developer Sources >> API Reference.
  2. Navigate to the person : Set of Person APIs.
  3. Choose POST /customers
  4. Cross the Parameter (response physique) as proven under.

Instance Worth:

{

“knowledge”: {

“sort”: “person”,

“attributes”: {

“e mail”: “TestAPI@gmail.com”,

“fields”: {

“Firm”: “Check”,

“Division”: “Administration”,

“Nation”: “India”

},

“identify”: “API Check person”,

“profile”: “Lead”,

“roles”: [

“Learner”,

“Admin”

],

“state”: “ACTIVE”,

“userType”: “INTERNAL”,

“userUniqueId”: “56789”

},

“relationships”: {

“account”: {

“knowledge”: {

“id”: “104154”,

“sort”: “account”

}

}

}

}

}

5. There are three obligatory attributes within the response physique.

6. E-mail ID of the person. This worth needs to be distinctive for each person.

7. Identify of the person.

8. userType – At this level, we are able to create solely inner customers utilizing APIs. This worth needs to be “INTERNAL”.

9. When you cross this parameter by following the obligatory attributes. The person will get added to the system.

10. Utilizing GET /customers/{e mail}/accounts you’ll retrieve the person info utilizing the person e mail deal with.

11. Equally, you can even verify the person info from the Admin login web page from the UI.

12. Login as an Administrator >> Customers >> Inside >> Seek for the person by giving the username/e mail deal with within the search bar.

Kindly undergo the recording under for the workflow.

Oh hi there 👋
It’s nice to meet you.

Sign up to receive awesome content in your inbox, every month.

We don’t spam! Read our [link]privacy policy[/link] for more info.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles