Response ‒ Users/Get (List)
For each user, the response provides the properties in Users/Post.
Example JSON Users/Get (List) Response
Status 200 ‒ OK
{
“@odata.context”: “https://stg-axonizeapi-axonize.stg-ase-axonize.p.azurewebsites.net/odata/$metadata#Users”,
“value”: [
{
“email”: “axonize@axonize.com”,
“username”: “testuser”,
“tenantId”: “5851631d4e41925b98f01234”,
“role”: “admin”,
“mobilePhone”: null,
“cultureInfo”: null,
“status”: “Activated”,
“id”: “5851631f4e41925b98f01234”,
“appId”: “801A048A-9F23-429F-BF0D-B6D35B22771E”,
“createDate”: “0001-01-01T00:00:00Z”,
“createUser”: null,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null
},
{
“email”: “axonize1@axonize.com”,
“username”: “testuser1”,
“tenantId”: “5851631d4e41925b98f01234”,
“role”: “admin”,
“mobilePhone”: “+”,
“cultureInfo”: null,
“status”: “Activated”,
“id”: “592139084d27e710e80f1234”,
“appId”: “801A048A-9F23-429F-BF0D-B6D35B22771E”,
“tokenId”: “ABD123”,
“createDate”: “2017-05-21T06:51:52.771Z”,
“createUser”: “5851631e4e41925b98f01234”,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null
}
]
}