All Products
Search
Document Center

Identity as a Service:ReinstateAuthenticationTokenByConsumer

Last Updated:Mar 18, 2026

Reinstate an authentication token for a consumer.

Operation description

This API uses an access token issued by IDaaS to perform identity authentication and authorization.

Ensure that the provided access token is authorized to access the Manage Authentication Token feature in the IDaaS built-in PAM (Privileged Access Management) application.

Note

The corresponding scope is urn:cloud:idaas:pam|authentication_token:manage.

Important This operation supports only JWT-type authentication tokens.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST /v2/{instanceId}/authenticationTokens/_/actions/reinstateByConsumer 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 the Access Token issued by IDaaS.

Bearer xxxxxx

body

object

No

The request body.

consumerId

string

Yes

The ID of the authentication token consumer.

test_jwt_subject

credentialProviderIdentifier

string

Yes

The credential provider identifier.

test_example_identifier

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.