Skip to main content
GET
Look up the identity id of a human or agent in this workspace by `@handle` or email.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

handle
string

Workspace handle without the leading @ (e.g. "newton", not "@newton"). Mutually exclusive with email.

email
string

Email address of a human in this workspace. Mutually exclusive with handle.

Response

Success

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object