Person creation workflow utilizing API.
Steps to comply with:
- Log in as the next person Integration Administration >> Developer Sources >> API Reference.
- Go to. user : A set of person APIs.
- choose post /user
- Move the parameters (response physique) as proven under.
Instance values:
{
“knowledge”: {
“Kind”: “Person”,
“attribute”: {
“Electronic mail”: “TestAPI@gmail.com”,
“Tabata”: {
“Firm”: “Take a look at”,
“Division”: “Administration”,
“Nation”: “India”
},
“Title”: “API Take a look at Person”,
“Profile”: “Lead”,
“function”: [
“Learner”,
“Admin”
],
“Standing”: “Lively”,
“Person Kind”: “Inner”,
“userUniqueId”: “56789”
},
“relationship”: {
“account”: {
“knowledge”: {
“id”: “104154”,
Kind: Account
}
}
}
}
}
5. There are three required attributes within the response physique.
6. Person’s e-mail ID. This worth have to be distinctive per person.
7. Person’s identify.
8. userType – At the moment, you’ll be able to solely create inner customers utilizing the API. This worth have to be ‘INTERNAL’.
9. Move this parameter in keeping with the required attributes. The person is added to the system.
10. use obtain /users/{email}/account Retrieve person info utilizing the person’s e-mail tackle.
11. Equally, you’ll be able to examine person info from the UI’s administrator login web page.
12. Log in as the next person Admin >> Customers >> Inner >> Seek for customers by getting into their username/e-mail tackle within the search bar.
Try the recording under for the workflow.

