Re-authenticating the own user¶
Note
The same session must be used to verify the switch by calling /user/me.
Send a POST request to the /user/reauthenticate endpoint.
Description¶
The Re-authenticate-User request allows the user to re-authenticate the user accounts of the organisation.
Requirements¶
Values of the request: none
Objects: ReauthenticationVO
Request¶
To re-authenticate the user's own account, no additional information needs to be added to the path of the request.
For a detailed specification of which information is required to re-authenticate your user account, the object ReauthenticationVO with the following attributes needs to be defined in the body:
| Attributes | Description | Values |
|---|---|---|
credentials |
Password for your user account. | string |
The system only returns a 200 HTTP code in response to the successful request.
Example¶
Example request body:
Responses¶
The following responses are available:
| STATUS CODE | DESCRIPTION |
|---|---|
| 201 | The request has succeeded and a new object has been created. |
| 400 | The request was unsuccessful. The request was invalid or information is missing. |
| 401 | The request has not succeeded because the user authentication was incorrect. |
| 403 | The request has not succeeded because the user does not have the right permissions. |