authenticatedUserEventPermissionsForHost
Gets permissions for all events created by either a user or a group.
Parameters
Name | Type | Description |
---|---|---|
userId | 🤷 | Define a userId to get permissions for all events created by the user. |
groupId | 🤷 | Define a groupId to get permissions for all events created by the group. |
Example
const { data: permissions } = await ClassicVirtualEventsApi.authenticatedUserEventPermissionsForHost({
groupId: 15842838,
});
Example Data
{ maxPermissionLevel: "edit" }
Endpoint
GET /v1/virtual-events/permissions