EnterpriseUserResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the enterprise user record | [default to null] |
| enterprise_id | Long | ID of the enterprise this user belongs to | [default to null] |
| user_id | Long | ID of the base user record | [default to null] |
| user_email | String | Email address of the user | [default to null] |
| user_name | String | Full name of the user | [default to null] |
| roles | List | List of roles assigned to this user | [default to null] |
| is_active | Boolean | Whether the user is active in the enterprise | [default to null] |
| created_at | String | Timestamp when the user was added to the enterprise | [default to null] |
| updated_at | String | Timestamp when the user record was last updated | [default to null] |