Creating exterior customers utilizing the API
Steps to comply with:
- use obtain /external profileYou may get an exterior profile ID to which you’ll be able to add customers.
- Copy the exterior profile ID from the response physique of the GET name.
- Enter the exterior profile ID. post /externalProfiles/{id}/users
- Move the parameters (response physique) as proven beneath.
- {
“information”: {
“Kind”: “Person”,
“attribute”: {
“E-mail handle”: “kollaAPITest@gmail.com”,
“Identify”: “Kolla API Check Person”,
“Person Kind”: “Exterior”
}
}
}
- There are three required attributes that have to be handed within the response physique.
- electronic mail – Person’s electronic mail ID. This worth have to be distinctive per consumer.
- title – The consumer’s title.
- userType – This worth have to be “EXTERNAL”
- If userUniqueId is enabled, you need to go a UUID, however that is optionally available.
- When you go this parameter in keeping with the required attributes. An exterior consumer is added to her ALM.
- use obtain /externalProfiles/{id}/users You may get an inventory of customers from exterior profiles which were talked about.
- Equally, you possibly can see exterior customers from the admin login web page within the UI.
- Login as Seek for exterior customers by Admin >> Customers >> Exterior >> Exterior Person E-mail/Identify.
See the recording beneath for the workflow.