Skip to main content
Get a user by their email address. Required Permissions: Require an active session to have the permission to view user’s email.
External DocumentationTo learn more, visit the Mattermost documentation.

Parameters

ParameterDescription
EmailThe email address of the user to retrieve.

Example Output

{
	"id": "string",
	"create_at": -9007199254740991,
	"update_at": -9007199254740991,
	"delete_at": -9007199254740991,
	"username": "string",
	"first_name": "string",
	"last_name": "string",
	"nickname": "string",
	"email": "string",
	"email_verified": true,
	"auth_service": "string",
	"roles": "string",
	"locale": "string",
	"notify_props": {
		"email": "string",
		"push": "string",
		"desktop": "string",
		"desktop_sound": "string",
		"mention_keys": "string",
		"channel": "string",
		"first_name": "string",
		"auto_responder_message": "string",
		"push_threads": "string",
		"comments": "string",
		"desktop_threads": "string",
		"email_threads": "string"
	},
	"props": {},
	"last_password_update": -9007199254740991,
	"last_picture_update": -9007199254740991,
	"failed_attempts": 0,
	"mfa_active": true,
	"timezone": {
		"useAutomaticTimezone": "string",
		"manualTimezone": "string",
		"automaticTimezone": "string"
	},
	"terms_of_service_id": "string",
	"terms_of_service_create_at": -9007199254740991
}

Workflow Library Example

Get User by Email with Mattermost and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop