Skip to main content

Get User Authentication Info List

GET 

/v2/authentication-realms/:realmId/user-authentication-info

Retrieve user authentication information for the specified authentication realm.

Filtering

The following operators and attributes are available for filtering unassigned account members.

OperatorDescription
eqMatches record where the field matches the value (case insensitive)
geMatches results where the value is greater than or equal to the operand
gtMatches results where the value is greater than the operand
leMatches results where the value is less than or equal to the operand
ltMatches results where the value is less than the operand
inMatches results where the value is in one of a set of values
ilikeChecks whether the operand contains the specified string. You can use wildcard characters at the start or end. (Case Insensitive)
is_nullMatches records where the field is null.
AttributeTypeOperatorExample
emailstringeq,ilikeeq(email,ronswanson@example.com)
namestringeq,ilikeilike(name,*swan*)
created_atstringlt, le, eq, gt, gelt(created_at,"2025-09-10T22:08:47.992Z")
updated_atstringlt, le, eq, gt, gegt(updated_at,"2025-09-10T22:08:47.992Z")
given_namestringeq,ilike,is_nullis_null('given_name')
middle_namestringeq,ilike,is_nullis_null('middle_name')
family_namestringeq,ilike,is_nullis_null('family_name')

Request

Responses

OK

Ask External AI