GET api/organisations/{id}/users?skip={skip}&take={take}&sortAscending={sortAscending}&searchString={searchString}&sortBy={sortBy}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| skip | integer |
None. |
|
| take | integer |
None. |
|
| sortAscending | boolean |
Default value is True |
|
| searchString | string |
Default value is |
|
| sortBy | Velappity.Common.Enums.OrganisationUserSortableKeyEnum |
Default value is UserName |
Body Parameters
None.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.