List CardholdersCopy Pageget https://partner-api.getpliant.com/api/cardholdersReturns a list of cardholders. You can use the limit, page, sortBy and sortDirection parameters to filter and sort the results.Query ParamsorganizationIduuidrequiredThe unique identifier of the organization.statusstringenumThe status to filter by.INVITEDACTIVEDEACTIVATEDAllowed:INVITEDACTIVEDEACTIVATEDemailstringFilter by email address, case insensitivefromDatedate-timeThe from date to filter by as zero-offset UTC time. The date boundary is inclusive. Meaning we compare with >=.toDatedate-timeThe to date to filter by as zero-offset UTC time. The date boundary is inclusive. Meaning we compare with <=.byDateFieldstring | nullenumDefaults to registeredAtThe date field to filter by if fromDate and toDate are present.registeredAtupdatedAtAllowed:registeredAtupdatedAtlimitintegerThe maximum number of items to return per page. The default value if not provided is 100, the maximum allowed value is 1000.pageintegerThe page number to return, starting with 0, this counts up to the total number of pages. The total number of pages is determined by the total number of records divided by the limit.sortBystringenumThe field to sort by.firstNamelastNameAllowed:firstNamelastNamesortDirectionstringenumThe direction to sort by.ASCDESCAllowed:ASCDESCResponses 200Ok 400Bad Request. The API consumer sent a malformed request which could not be processed. 401Unauthorized. The API consumer is not authorized to access the requested resource. 403Forbidden. The API consumer is not allowed to access the requested resource. 429Too Many Requests. The API consumer has sent too many requests in a given amount of time. Please check our API guidelines. 500Internal Server Error. The request was not completed due to an internal error.Updated 13 days ago