Reinstate an authentication token.
Operation description
This API uses an IDaaS-issued Access Token for identity authentication and authorization.
Ensure that the Access Token you provide has the Manage authentication tokens permission for the IDaaS built-in Privileged Access Management (PAM) application.
The required scope is urn:cloud:idaas:pam|authentication_token:manage.
Try it now
Test
RAM authorization
Request syntax
POST /v2/{instanceId}/authenticationTokens/_/actions/reinstate HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Authorization |
string |
Yes |
The authentication information. Format: Bearer ${access_token}. Note
Enter an IDaaS-issued Access Token. |
Bearer xxxxxx |
| body |
object |
No |
The request body. |
|
| token |
string |
Yes |
The original authentication token. Note
You can pass either the original authentication token or its derived short token. |
eyJhbGciOixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
| token_type_hint |
string |
No |
A hint about the authentication token type. Important Do not provide a value for this parameter. |
- |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.