GET Subscriber/{subscriberId}/EligibleLocationOwners?skip={skip}&take={take}
Get a list of all users for a subscriber that are eligible to be location owners
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriberId |
The subscriberId for which to get eligible location owners. |
integer |
Required |
skip |
Number of results to skip from the set of total results |
integer |
Required |
take |
Maximum number of results to return from the set of total results, after skipping |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.