Skip to content

Users List

GET
/v1/Users

List users with optional filter

Parameters

Query Parameters

$filterstring

Generic OData filtering. See documentation

Example firstName eq 'bob'

Responses

OK

application/json
JSON
[
{
"id": "string",
"roles": [
"string"
],
"fullName": "string",
"userName": "string",
"email": "string",
"useAD": true,
"azureAdObjectId": "string",
"firstName": "string",
"lastName": "string",
"screenName": "string",
"isInfoScreenUser": true,
"isMobileUser": true,
"businessUnitId": 0
}
]