External user accounts can be created by the integration admin using the Admin API.

Steps to create the external user:

1. Capture the External user profile ID in the admin page under the users>> external tab

2. Login in as an integration admin

3. Goto to the Developer resources >> API Reference

4. Select the role as” Admin” and Authorize

5. Goto the “Enrollment profile: Set of enrollment profile APIs”

6. Select the Post: Externalprofiles/{id}/users call and enter the External profile ID and the enter the parameters in the body section

Eg: {
“data”: {
“type”: “user”,
“attributes”: {
“email”: “datest426.da01007@gmail.com”,
“name”: “Eng. Talal Test”,
“userType”: “EXTERNAL”
}
}
}

7. Click on the try it out button to add the external user

All Comments
Sort by:  Most Recent