Users
Get user by email
Finds a user in the organization by their email address.
Scope: users:read
get/users/by-email/{email}
Path parameters
emailstring email required
Email address of the user.
Example:johndoe@example.com
Response
User found
Example response
{
"id": "cmk46vbto00002a6g3gzx6l0",
"name": "John Doe",
"email": "johndoe@example.com",
"role": "member",
"createdAt": "2025-11-25T07:20:37Z"
}