Skip to main content
GET
/
api
/
Users
/
active
/
Query
Query Active Users.
curl --request GET \
  --url https://api.example.com/api/Users/active/Query
{
  "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
}

Query Parameters

username
string

Response

200 - application/json

OK

id
integer<int32>
userID
integer<int32>
isEnabled
boolean
displayName
string | null
initials
string | null
firstName
string | null
lastName
string | null
customerName
string | null
customerId
integer<int32>
userName
string | null
emailAddress
string | null
gmtOffset
integer<int32>
timeZoneName
string | null
configurationManager
boolean