For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Info

Get User Information

post

Get User Information API, based on the obtained access token, can retrieve basic user information, verify user information, and bind accounts.

Steps:

1. Open the authorization page to obtain the authorization code

2. The third-party platform exchanges the authorization code for an access token

3. Obtain user information based on the access token for account binding

Header parameters
tracestringRequiredExample: {{mock_trace}}
companystringRequiredExample: {{company}}
Body
accessTokenstringRequired
Responses
200

Success

application/json
objectOptional
post
/auth2/user
200

Success

Last updated