Error
A valid request URL is required to generate request examples{
"user_id": "<string>",
"email": "jsmith@example.com",
"virtual_keys": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>",
"is_active": true
}
]
}Users
Get user's virtual keys by email
Enterprise only.
Returns all virtual keys associated with a user, looked up by email address. Returns an empty virtual_keys array when the user exists but has no virtual keys assigned. Intended for MDM and credential-helper integrations that need to resolve a user’s keys without knowing their internal ID.
GET
/
api
/
users
/
email
/
{email}
/
virtual-keys
Error
A valid request URL is required to generate request examples{
"user_id": "<string>",
"email": "jsmith@example.com",
"virtual_keys": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>",
"is_active": true
}
]
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Path Parameters
URL-encoded email address of the user
Was this page helpful?
⌘I

