InvitationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier for the invitation | [default to null] |
| enterprise_id | Long | ID of the enterprise the invitation is for | [default to null] |
| String | Email address of the invited user | [default to null] | |
| roles | List | List of roles the user will receive | [default to null] |
| message | String | Optional custom message included in the invitation | [optional] [default to null] |
| status | String | Current status of the invitation (pending, accepted, expired) | [default to null] |
| expires_at | String | Timestamp when the invitation expires | [default to null] |
| created_at | String | Timestamp when the invitation was created | [default to null] |
| updated_at | String | Timestamp when the invitation was last updated | [default to null] |