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'description: Unauthorized.description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated
Was this helpful?