Use the following table to look up API error codes and identify the cause of a failed request.
|
HTTP status code |
Error code |
Error message |
Description |
|
400 |
BadRequest |
Bad Request |
The request is malformed or contains invalid parameters. |
|
UnsupportedInCurrentEnv |
The API is unsupported in the current version. |
The current instance version does not support this API. |
|
|
UnsupportedCurrentTokenType |
The API does not support the current token type. |
The API does not support the current token type. See the API documentation to confirm the authentication method. Before calling the ListMembers API, obtain the service endpoint to replace <domain> in the request syntax, a personal access token for authentication, and the organizationId from the Basic Information page in the organization management console. |
|
|
401 |
Unauthorized |
Unauthorized |
The request lacks valid authentication credentials. |
|
ExpiredTokenError |
Token has expired |
The token has expired. |
|
|
InvalidTokenError |
Token is invalid |
The token is invalid. |
|
|
403 |
Forbidden.InvalidUser.UserNotInCurrentOrganization |
The user is not a member of the organization and lacks permission to operate. |
The current user is not a member of the organization. |
|
403 |
Forbidden.InvalidOrganizationMember |
The user is not a valid member of the organization and lacks permission to operate. |
The current user is not a valid member of the organization and does not have permission to perform this operation. |
|
403 |
Forbidden |
Forbidden |
Permission to access the resource is denied. |
|
429 |
TooManyRequests |
Too many requests |
The number of requests has exceeded the rate limit. |
|
500 |
InternalServerError |
An internal error occurred |
An internal server error occurred. |
