Skip to main content
Retrieve a list of datastore owners. Required Permission:
  • cyera.read.datastore
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
LimitThe maximum number of datastore owners to retrieve in the result. Valid range is 1-100.
OffsetThe pagination offset indicating the starting point for the next set of results.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"limit": 10,
	"offset": 0,
	"results": [
		{
			"datastoreOwnerUid": "123e4567-e89b-12d3-a456-426614174000",
			"datastoreUid": "123e4567-e89b-12d3-a456-426614174000",
			"email": "john.doe@example.com",
			"ownerType": "application-owner",
			"source": "string"
		}
	],
	"total": 1
}

Workflow Library Example

List Datastore Owners with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop