Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Get metadata about a user by their user_id or email. Either user_id or email must be provided, but not both.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.