Search Users
GET
https://api.coralogix.com/mgmt/openapi/5/aaa/users/v2Searches for team members by query.
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Query Parameters
team_id# int64
Possible values: >= 0
Team ID to search within. Optional on the /aaa/users/v2 routes, which bind no team in the path: omit it and the team of the API key making the call is used.
username# string
Optional filter by username (partial match supported)
status# any
Possible values: [USER_STATUS_UNSPECIFIED, USER_STATUS_ACTIVE, USER_STATUS_INACTIVE]
Optional filter by user status (e.g., 'active', 'inactive')
Response
application/json
Response containing a paginated list of users matching the search criteria, along with pagination tokens and total count.