GET users
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AttendantInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AttendantID | integer |
Required |
|
| DisplayName | string |
None. |
|
| LoginName | string |
Required |
|
| GroupID | integer |
None. |
|
| IsActiveUser | boolean |
None. |
|
| AssignedOrganisations | Collection of integer |
None. |
|
| Localisations | Collection of AttendantLocalisationInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"attendantID": 1,
"displayName": "sample string 2",
"loginName": "sample string 3",
"groupID": 4,
"isActiveUser": true,
"assignedOrganisations": [
1,
2
],
"localisations": [
{
"locale": "sample string 1",
"attendantName": "sample string 2",
"nameForDocuments": "sample string 3"
},
{
"locale": "sample string 1",
"attendantName": "sample string 2",
"nameForDocuments": "sample string 3"
}
]
}