Beta: Get user information
Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
Tip: Refer to the Troubleshooting tutorial for more information.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The datasource to which the user belongs
Body
application/json; charset=UTF-8
Describes the request body of the /debug/{datasource}/user API call
Email ID of the user to get the status for
Example:
"u1@foo.com"
Was this page helpful?