Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Reseller ID.
Query Parameters
The maximum number of items.
Offset relative to the beginning of list.
Which field to use when ordering the results.
Response
Total number of users
URL to the next users slice
Example:
"reselling/resellers/{resellerId}/notification_settings?offset=20&limit=10"
URL to the previous users slice
Example:
"reselling/resellers/{resellerId}/notification_settings?offset=10&limit=10"