Export reseller users
Exports reseller users in the csv format.
GET/v3/resellers/{resellerId}/users/export
JWT
reseller:user:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| resellerId* | string | path | |
| page | integer | query | The page number. |
| limit | integer | query | The number of records per page. Must be a number between 1 and 100. |
| sort | string | query | The sort string to sort the returned records e.g. "-createdAt" |
| organizationId | object | query | Unique identifier for the organization. |
| role | object | query | Role of the user. |
| object | query | Email address of the user. | |
| name | object | query | Name of the user. |
| productId | string | query | Unique identifier for the product. |
| lastSeenAt | object | query | Last datetime at which user used the app. |
| search | string | query | Search string. |
| id | object | query | ID of the resource. |
| createdAt | object | query | Date of creation |
| updatedAt | object | query | Date of last update |
Responses
200
401
403
404
429
500