Search user profiles

Search user profiles in the current project. The result set ordering and match criteria threshold may change over time. This operation does not support pagination.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json

Query for user profile search.

object
limit
integer <int32> [ 1 .. 1000 ]
Default: 25

<- Limits the maximum number of results to be returned by single request. The default is 25.

Responses
200

List of matched user profiles. If no user profile matches, you'll receive an empty set.

post/profiles/search
Request samples
application/json
{
  • "search": {
    • "name": "string"
    },
  • "limit": 25
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}