Access control
Get ACL candidates
Get candidate users and teams that can be added to this entity’s ACL
GET
/
v1
/
{entityCollection}
/
{entityId}
/
acl
/
candidates
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Specifies the plural of the entity type for which ACL candidates should be retrieved.
Available options:
mock-apis
, data-sources
The ID of the entity (mock API, data source etc.)
Required string length:
5 - 10
Query Parameters
Response
200 - application/json