Read Profile policy

GET
/v1/scopes/{scope_id}/profile-policy

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer credential resolved to an opaque authenticated Principal by the Server deployment.

In: header

Path Parameters

scope_id*string
Match.*\S.*
Length1 <= length <= 256

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/scopes/string/profile-policy"
{  "scope_id": "string",  "generation_enabled": true,  "activation_mode": "automatic",  "pending_candidate_id": "string",  "version": 1,  "updated_at": "2019-08-24T14:15:22Z"}