Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Code

Status

Description

200 (OK)

OK

The request was successfully completed.

201 (Created)

Created

A new resource was successfully created.

204 (No Content)

Request Fulfilled

The server has fulfilled the request but does not need to return a response body. The server may return the updated meta information.

Error code

Possible causes

Resolution

400 ( Bad Request)

Incorrectly formatted request, or missing parameters.

Check parameters supplied against request schema.

401 (Unauthorized)

Token is either not present, or contains incorrect values for the operation being attempted.

Check that:

  • There is a token being supplied in the request

  • That it has not expired

  • The token has the correct scope

403 (Forbidden)

The token supplied has Insufficient scope for the operation being attempted.

The scope provided in the token is not correct for the operation requested. Check that the correct token has been created.

404 (Not Found)

User does not exist in the system.

Ensure that the ID supplied is correct.*

422 (Unprocessable Entity)

Already taken by an enabled user

Check the instance for a duplicate

500 (Internal Server Error)

Error information may be returned in the response.

Could have many potential causes.

Check logs.**

Ensure that request values supplied are set correctly.

  • No labels