Search for principal information

Search for principal information. Search criteria are combined using the 'or' operator

Body required
application/json

The principal information search request

identifier
string | null

The identifier of the principal

contact
string | null

The contact e-mail of the principal

role
string | null

The role of the principal

team
string | null

The team of the principal

strictSearch
boolean | null

If enabled, role, identifier and team fields will list exact matches only

sortedBy
array of objects | null (SortElement)

How to sort the results of the search

pageIndex
integer | null

Which page result to display

pageSize
integer | null

How many results to display per page

withCount
boolean | null

Whether to include the total number of results in the response

Responses
  • 200 The principal information search results
    results
    array of objects (Principal information) required
    pageIndex
    integer required

    The current page index

    pageSize
    integer required

    The current number of returned element per page

    hasMore
    boolean required

    Whether there are more results to display (on another page)

    count
    integer | null

    The total number of results (if withCount was set to true in the query)

  • 400 Unable to find the Principal Information
  • 401 Authentication error
  • 403 Forbidden action
  • 500 Unexpected internal server error