Aug 9, 2017 · 1 min read
Hi Sathya,
Assuming you have configured the extension accordingly, for an example following curl request can be used to create a user.
curl -v -k — user admin:admin — data ‘{“schemas”:[],”name”:{“familyName”:”jayawardana”,”givenName”:”vindula”},”userName”:”vindula567",”password”:”vindula”,”emails”:[{“primary”:true,”value”:”vindula_home.com”,”type”:”home”},{“value”:”vindula_work.com”,”type”:”work”}],”EnterpriseUser”:{employeeNumber:”112"}}’ — header “Content-Type:application/json” https://localhost:9443/scim2/Users
