Retrieve a list of all users.
External DocumentationTo learn more, visit the Magnet One documentation.

Example Output

[
	{
		"ID": "100000",
		"display_name": "Test",
		"user_email": "test@test.com",
		"id": "100000",
		"role": "executive"
	},
	{
		"ID": "100001",
		"display_name": "test Labs",
		"user_email": "test@test.com",
		"id": "100001",
		"role": "executive"
	}
]

Workflow Library Example

List Users with Magnet One and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop