Search Users by Email
Search for a workspace user by their exact email address.
Use this endpoint to resolve a user’s email to their Webflow user ID for use in comment @mentions. Returns an empty array if no user with the specified email address is found.
The caller must be a workspace member.
Required scope | comments:read
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
site_id
Unique identifier for a Site
Query parameters
email
The exact email address to search for
Response
Request was successful
users
The list of matching users. Returns an empty array if no user with the specified email address is found.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error