resource method description
/users/current GET Returns the user record for the account being used to access the API
/users/:sid GET Returns the user record for the account based on the users SID
/users/ GET Returns list of users based on the filter passed in.
/users/ POST Creates user in Integrify and returns their SID.
/users/:sid POST Replaces the entire user record with the JSON object passed in and returns true if successful and false if not. The entire user record must be passed in with and changes you wish to make.
/users/:sid PUT Updates a user in Integrify based on the attributes and values passed in. User attributes that are not passed in the JSON body of the request will not be effected. Returns true if successful and false if not.
/users/:sid DELETE Sets a user in Integrify to Inactive.