get_event_permission
Check your permission level and capabilities (edit, invite, manage guests) for a specific Partiful event by providing its event ID.
Instructions
Get the current authenticated user's permission level and capability flags (e.g. edit, invite, manage guests) for a Partiful event by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Dot-path field names to include in the response. Omit to return all fields. Available fields: canEdit, canInvite, canManageGuests, role | |
| event_id | Yes | The Partiful event ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ||
| canEdit | No | ||
| canInvite | No | ||
| canManageGuests | No |