Creates user in Integrify and returns their SID.
name | type | required | description |
---|---|---|---|
body | object | yes | JSON object representing the user that is passed in as the body of the post. |
Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.
{ "AddressLine1": "", "AddressLine2": "", "City": "", "CostCenter": "", "Country": "", "Custom1": "", "Custom2": "", "Department": "", "Division": "", "Email": "jdoe@integrify.com", "Locale": "en-GB", "Location": "", "ManagerSID": "", "NameFirst": "John", "NameLast": "Doe", "NameMiddle": "", "NetworkID": "John", "Password": null, "PasswordConfirm": null, "Phone": "", "Postal": "", "State": "", "TimeZone": "Pacific Standard Time", "Title": "", "UserName": "John" }
84070795-bbbc-414e-aaf1-683d6769cd93