Get policy document owners
Get policy document owners.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequiredExample:
Policy Id
000000000000000000000001Responses
200
Owner Ids.
application/json
Responsestring[]
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
/policies/{policyId}/document-ownersGET /api/v1/policies/{policyId}/document-owners HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
"text"
]Last updated