Responses
-
The token refreshed successfully and was returned in the body of the response.
-
The authentication token is invalid or expired. (code:
root.unauthorized
) -
The administrator needs to configure the authentication cluster. (code:
authc.no_authentication_cluster
) -
The authentication cluster failed to process the request. The response body contains details about the error. (code:
authc.authentication_cluster_error
)
POST
/users/auth/_refresh
curl \
--request POST 'https://{{hostname}}/api/v1/users/auth/_refresh' \
--user "username:password"