Indicates whether the user account is currently active.
Inactive users cannot log in to the system. Useful for temporarily disabling accounts without deletion.
Reference to the user's associated coworker business object.
Many Lime CRM systems have a coworker limetype that stores additional employee information beyond the user account (phone, department, manager, etc.). This property links to that record if it exists.
The user's primary group assignment.
When a user belongs to multiple groups, this indicates their main group affiliation. Used for default permissions and organizational structure.
The user's email address.
The user's full display name.
This is the human-readable name shown in the UI, typically in the format "First Last" (e.g., "John Doe"). Used for display purposes throughout the application.
List of security groups the user belongs to.
Groups control access permissions and feature availability. A user can belong to multiple groups, inheriting permissions from all of them.
The unique numeric identifier for the user.
The unique username used for authentication.
This is the login identifier for the user, typically in a format like "john.doe" or "jdoe". It must be unique across the system.
Represents a user in the Lime CRM system.
The User object contains all relevant information about an authenticated user, including their identity, contact details, group memberships, and associated business object (coworker) if applicable. This information is used throughout the platform for authentication, authorization, and personalization.
Example
Example