GET api/Users?include={include}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| include | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of User| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| LastName | string |
Required String length: inclusive between 0 and 50 |
|
| UserName | string |
Required String length: inclusive between 0 and 254 |
|
| UniqueId | string |
String length: inclusive between 0 and 254 |
|
| EmailAddress | string |
String length: inclusive between 0 and 100 |
|
| MobileNumber | string |
String length: inclusive between 0 and 50 |
|
| OfficeNumber | string |
String length: inclusive between 0 and 50 |
|
| Organisations | Collection of Organisation |
None. |
|
| Roles | Collection of Role |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.