Rate This Document
Findability
Accuracy
Completeness
Readability

Request Format Description

Request Mode

POST(HTTPS)

Resource URL

https://Domain_name_of_the_authentication_interface/sso/oauth2/getUserInfo

Request Header

Content-Type: application/json

Request Parameter

Table 1 Request parameters

Parameter

Name

Type

Description

client_id

Application ID

String

Registration ID of the client application (The input parameter is stored in the server configuration file during the DevKit installation.).

access_token

Authentication token

String

Token authorization code.

Request Example

curl -X POST 
 https://Domain_name_of_the_authentication_interface/auth/sso/oauth2/getUserInfo
  -H 'Content-Type: application/json' 
  -d '{
  "client_id": "20221017000000001",
"access_token": "*******************************"
}'