Search for users
Search users by email
The query
query {
users(
searchKeyword: "[email protected]"
) {
edges {
node {
id
createdAt
lastLoginAt
isAnonymous
isDisabled
disableReason
isDeactivated
deleteAt
standardAttributes
loginIDs {
id
claims
}
secondaryTOTPAuthenticators {
id
claims
}
}
}
totalCount
}
}The sample response
Pagination
The query
The sample response
Parameters
Last updated
Was this helpful?