POST
/v1/mgmt/accesskey/activate/batch

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

ids?array<string>
string

Activate existing access keys in batch, using a valid management key.

This API endpoint allows administrators to activate existing access keys in batch.

Next Steps

Once you have reactivated the access key, you can utilize it to configure external items such as SCIM, or use it to exchange for a JWT.

See also

curl -X POST "https://api.descope.com/v1/mgmt/accesskey/activate/batch" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?