Export reseller users

Exports reseller users in the csv format.

GET/v3/resellers/{resellerId}/users/export
JWTreseller:user:read

Path parameters

resellerIdstringrequired

Query parameters

pageinteger

The page number.

Range: [1, 2147483647]Format: int32

limitinteger

The number of records per page. Must be a number between 1 and 100.

Range: [1, 100]Format: int32

sortstring

The sort string to sort the returned records e.g. "-createdAt"

Pattern: ([+-]\w*\.*\w*){1}(\|[+-]\w*){0,5}

organizationIdobject

Unique identifier for the organization.

includearray of string

Whether to include related entities in the response.

roleobject

Role of the user.

emailobject

Email address of the user.

nameobject

Name of the user.

productIdstring

Unique identifier for the product.

Length: [0,256]

lastSeenAtobject

Last datetime at which user used the app.

searchstring

Search string.

Length: [0,256]

idobject

ID of the resource.

createdAtobject

Date of creation

updatedAtobject

Date of last update

Response

200 OK