Checks whether the user is disconnected from the policy or not

GET /policies/{policyId}/disconnected

Checks whether the user is disconnected from the policy or not

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy Identifier

Response

description: Policy configuration.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PolicyDTO'

Last updated

Was this helpful?