diff --git a/docs/references/rest-apis/rest-identity-api.md b/docs/references/rest-apis/rest-identity-api.md index ca2d511b321..d2c5d34d932 100644 --- a/docs/references/rest-apis/rest-identity-api.md +++ b/docs/references/rest-apis/rest-identity-api.md @@ -58,6 +58,7 @@ Unless otherwise specified, identities with `rest.identity` permissions can acce ``` - 200 OK status +- 404 `userName` does not exist - 500 Internal Server Error ## GET methods @@ -203,5 +204,5 @@ No specific permission is required to access this resource. ##### Responses - 200 OK status -- 404 if `userName` is not found +- 404 `userName` does not exist - 500 Internal Server Error