List users.

Parameters

ParameterDescription
LimitThe maximum number of records to return.
OffsetThe offset of the item at which to begin the response.

Example Output

{
	"data": [
		{
			"attributes": {
				"_document_meta": "string",
				"adapter_details": [
					"string"
				],
				"adapter_list_length": 0,
				"adapter_list_length_details": [
					"string"
				],
				"adapters": [
					"string"
				],
				"adapters_data": [
					"string"
				],
				"adapters_data_details": [
					"string"
				],
				"id": "string",
				"internal_axon_id": "string",
				"internal_axon_id_details": [
					"string"
				],
				"labels": [
					"string"
				],
				"unique_adapter_names": [
					"string"
				],
				"unique_adapter_names_details": [
					"string"
				]
			},
			"id": "string",
			"type": "entities_schema"
		}
	],
	"meta": {}
}

Workflow Library Example

List Users with Axonius and Send Results Via Email

Preview this Workflow on desktop