Return Created Profiles

Returns a list of profiles ordered by modified date.

SecuritybearerToken
Request
query Parameters
page
integer
Default: 1

Starting page number.

pageSize
integer <int32>
Default: 10

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

searchTerm
string

A search term to filter by. The search term will be matched against names, and internal ids containing the search term.

assignees
integer <int32>

The ids of assigned users to filter by.

kycReviewAfter
string <date>

Filters results based on profiles with a kyc review date after this date.

kycReviewBefore
string <date>

Filters results based on profiles with a kyc review date after this date.

riskRatings
Array of strings

The risk ratings to filter by. Available values: notApplicable, veryLow, low, medium, high, veryHigh

sortOrder
string

The order in which the items should be sorted. Available values: asc, desc

sortBy
string

The field by which the items should be sorted. Available values: modifiedAt, name

Responses
200
400
401
403
get/compliance/kyc-protect/profiles
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalSize": 0,
  • "correlationId": "string"
}