Get user by email
Users
Get User by Email
⚠️ SECURITY: Retrieves user profile by email address. Requires authentication with scope “read:user”. Supports both OAuth tokens and API keys. Useful for user lookups and invitations.
GET
Get user by email
Retrieves user profile by email address. Requires authentication with scope
read:user. Supports both OAuth tokens and API keys.
Permissions
Requires authentication with scoperead:user.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
email | string | Yes | User email address |
Authentication
Supports both:- OAuth tokens:
Authorization: Bearer <oauth_token> - API keys:
X-API-Key: sk_...
Example Request
Example Response
Use Cases
- User lookups for invitations
- Email verification
- User profile retrieval
- Integration with external systems
Common Errors
401 Unauthorized
Authentication required. Provide a valid OAuth token.403 Forbidden
Insufficient scope. Required scope:read:user