Expand Access Token

Expand Access Token

Display the content of the given access token with expanded claims if the token is valid.
If the token is invalid or expired, an error will be returned.
Note: Enter the Access Token in Bearer format i.e. 'Bearer XXX' where XXX is the content of a VIDB access token using the Authorize Button.

Request
URI
GET
https://{api_host}/acs/t/{tenant}/expand-access-token
COPY
Path Parameters
string
tenant
Required

The VMware Identity Services tenant ID

tenant example
my-tenant

Authentication
This operation uses the following authentication methods.
Responses
200

The token expand returned successfully.

Returns Response of type(s) */*
Operation doesn't return any data structure

400

The token is invalid or expired.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/acs/t/{tenant}/expand-access-token