Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve a list of all users in your organization along with information about them.

Parameters

ParameterDescription
Direct MembershipControls whether the groups field in the returned user structure contains only those product profiles of which that user is a direct member.
If false, returns all groups (user groups, product profiles, and admin groups) containing the user.
Page NumberThe page number being requested. If greater than last page number, returns the last page of users.

Example Output

{
	"lastPage": false,
	"result": "success",
	"users": [
		{
			"email": "psmith@example.com",
			"status": "active",
			"username": "psmith",
			"domain": "example.com",
			"country": "US",
			"type": "federatedID"
		},
		{
			"email": "jane@example.com",
			"status": "active",
			"groups": [
				"Marketing Cloud 1",
				"Marketing Cloud 2",
				"Creative Cloud 1",
				"Document Cloud 1",
				"_admin_Document Cloud 1",
				"_admin_Support for AEM Mobile",
				"_admin_Default Support configuration",
				"_admin_Creative Cloud 1"
			],
			"username": "jane",
			"domain": "example.com",
			"firstname": "Jane",
			"lastname": "Doe",
			"country": "US",
			"type": "federatedID"
		},
		{
			"email": "joe@example.com",
			"status": "active",
			"groups": [
				"Document Cloud 1",
				"Support for AEM Mobile",
				"_admin_Document Cloud 1",
				"_admin_Support for AEM Mobile",
				"_admin_Default Support configuration",
				"_admin_Creative Cloud 1",
				"_deployment_admin",
				"_developer_Document Cloud 1"
			],
			"username": "joe",
			"domain": "example.com",
			"firstname": "First",
			"lastname": "Last",
			"country": "US",
			"type": "federatedID"
		}
	]
}

Workflow Library Example

Get Users in Organization with Adobe Cloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop