GET api/v1/orgs/{orgid}/Users?count={count}&skipcount={skipcount}
Retrieve a list of Users.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
orgid | Value of Arya Organization ID |
Define this parameter in the request URI. |
count | Value of take count |
Define this parameter in the request URI. |
skipcount | Value of skip count |
Define this parameter in the request URI. |