Get all user records.

External Documentation

To learn more, visit the AuditBoard documentation.

Parameters

ParameterDescription
IncludeSpecify which optional data fields to include in the response.

Example Output

{
	"users": [
		{
			"id": 0,
			"created_at": "string",
			"updated_at": "string",
			"deleted_at": "string",
			"first_name": "string",
			"last_name": "string",
			"email": "string",
			"password": "string",
			"salt": "string",
			"role_id": 0,
			"accepted_terms": true,
			"last_login": "string",
			"last_password_change": "string",
			"last_ip_address": "string",
			"password_history": "string",
			"verified_ip_history": "string",
			"requires_password_change": true,
			"icon_bg_color": "string",
			"icon_fg_color": "string",
			"competency_evaluation": "string",
			"user_stat_id": 0,
			"password_reset_token": "string",
			"password_reset_token_expires": "string",
			"auth_type": "string",
			"location_id": 0,
			"department_id": 0,
			"job_title": "string",
			"mfa_enabled": false,
			"cell_phone": "",
			"authy_id": 0,
			"employee_number": "string",
			"username": "string",
			"login_attempt": 0,
			"last_login_failed_attempt": "string",
			"first_login": "string",
			"chameleon_identifier": "string",
			"slack_user_id": "string",
			"sent_slack_welcome_notification": true,
			"avatar_key": "string",
			"scim_user_active": "string",
			"teams_notifications_enabled": true,
			"locale": "NULL",
			"account_expiration_date": "2025-02-25"
		}
	]
}

Workflow Library Example

Get Users with Auditboard and Send Results Via Email

Preview this Workflow on desktop