GET
/users
curl \
--request GET 'https://identity.zerionsoftware.com/v1/users' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": "5e72b386ac43d1414e59188b",
"username": "demo_user",
"serverId": "demo",
"profileId": 171235
},
{
"id": "5e72b386ac43d1414e59188c",
"username": "inspector_1",
"serverId": "demo",
"profileId": 171235
},
{
"id": "5e72b386ac43d1414e59188d",
"username": "inspector_2",
"serverId": "demo",
"profileId": 171235
}
]