Retrieves authentication records for users matching the specified criteria.
Note:
- If the query parameters are omitted, all users will be returned.
- If both parameters are provided, the response will be a single authentication record (not a list).
API key-based authentication. Provide your CloudCruise API key in the cc-key header. Contact support to obtain an API key for your account.
Unique identifier for the permissioned user. Optional, but if provided, 'domain' must also be provided.
Target domain to filter authentication records. Optional, but if provided, 'permissioned_user_id' must also be provided.
Authentication records successfully retrieved
The response is of type object[]
.