cURL
curl --request GET \ --url https://api.example.com/api/Users/all
{ "id": 123, "userID": 123, "isEnabled": true, "displayName": "<string>", "initials": "<string>", "firstName": "<string>", "lastName": "<string>", "customerName": "<string>", "customerId": 123, "userName": "<string>", "emailAddress": "<string>", "gmtOffset": 123, "timeZoneName": "<string>", "configurationManager": true }
OK
Was this page helpful?