Ensighten Users API
CRUD operations with Users. User specific fields Field Description Valid Values username Unique identifier for the user Up to 255 characters; cannot include , :, ~, +, or spaces firstName User's first name Up to 255 characters; only alphanumeric characters, spaces, and hyphens allowed lastName User's last name Up to 255 characters; only alphanumeric characters, spaces, and hyphens allowed email User's email address A valid email format is required sendNotification Indicates whether to send a welcome email Boolean value, default is false if not specified multiFactorAuth Is MFA enabled A string, defaults to "disable" if not specified Accepted values are: "enable" "disable" roleIds A list of valid role ids assigned to the user An array of integer IDs (e.g., [100, 101]) isActive Indicates whether the user account is active Boolean value, default is true if no