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.
List of matched user profiles. If no user profile matches, you'll receive an empty set.
{- "search": {
- "name": "string"
}, - "limit": 25
}
{- "items": [
- {
- "userIdentifier": "abcd",
- "givenName": "Jane",
- "surname": "Doe",
- "email": "jane.doe@example.com",
- "displayName": "Jane Doe",
- "jobTitle": "Software Engineer",
- "identityType": "USER",
- "lastUpdatedTime": 1730204346000
}
]
}