Users-{user Id}
Number of APIs: 3
-
Returns a User resource based on ID. GET {{baseUrl}}/Users/:userId?attributes=<string>&excludedAttributes=<string>&lookupByName=<boolean>
-
Updates an existing User. PUT {{baseUrl}}/Users/:userId?attributes=<string>&excludedAttributes=<string>&lookupByName=<boolean>
-
Deletes an existing User. DELETE {{baseUrl}}/Users/:userId?lookupByName=<string>