Returns a list of all the profiles configured in Druva inSync.
External DocumentationTo learn more, visit the Druva documentation.

Parameters

ParameterDescription
Page TokenThe token to access the next page of results. Use the token value received in the previous response’s parameter ‘nextPageToken’.

Example Output

{
	"totalSize": 1,
	"nextPageToken": "MTExMQ==",
	"profiles": [
		{
			"profileID": 1,
			"profileName": "profile1",
			"profileDescription": "dummy"
		}
	]
}

Workflow Library Example

List Profiles with Druva and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop