User Info
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
Responseobject
post
/auth2/user200
Success
Last updated