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

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.