Rate This Document
Findability
Accuracy
Completeness
Readability

Response Format Description

Returned Result

1
2
3
4
5
6
7
8
{
  "code": "2000",
  "message": "All user information is obtained successfully",
	"messageArgs": [],
"data": {
	"validation_list": [true,false]
	}
}

Return Parameter

Table 1 Return parameters

Parameter

Name

Type

Description

code

Returned value

String

If the data is normal, 2000 is returned. If an error occurs, the corresponding error code is returned.

message

Returned message

String

Returned message. For details about a normal message, see the above example. For details about the interface request error messages, see the Error codes table.

messageArgs

Returned message arguments

List

Currently, this parameter is left blank for extension.

validation_list

List of all users

List<Boolean>

It indicates whether the imported user list is valid. The value true indicates that the user list is valid.

Error Code

Table 2 Error codes

Error Scene

Return Code

Error Message

Missing client_id

8101

The client_id parameter is missing.

Missing access_token

8105

The access_token parameter is missing.

Invalid client_id

8201

The client_id parameter is invalid.

Invalid access_token

8205

The access_token parameter is invalid.

Internal resource error

8500

There is internal resource error on the server.