katana_public_api_client.models.user¶
katana_public_api_client.models.user
¶
Classes¶
User
¶
System user account with authentication credentials and role-based permissions
Example
{'id': 42, 'firstName': 'Sarah', 'lastName': 'Johnson', 'email': 'sarah.johnson@company.com', 'role': 'production_manager', 'status': 'active', 'last_login_at': '2024-01-15T14:30:00Z', 'created_at': '2024-01-10T09:00:00Z', 'updated_at': '2024-01-15T14:30:00Z'}