> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/events/event-management/staff-members/introduction.md ## Article Content: # About the Staff Members API With the Staff Members API you can create and manage event staff. Depending on the provided permissions, the staff members can handle guest check-ins, ticket scanning, add guests manually to an event, track payments, and see event analytics. After creating a staff member they get a unique direct link to access the [Check-in app](https://support.wix.com/en/article/check-in-by-wix-downloading-the-app) and manage events. This app activates the staff member and checks the authorization for the specific activities. With the Staff Members API you can: - [Create](https://dev.wix.com/docs/rest/business-solutions/events/staff-members/create-staff-member.md) a staff member by assigning all or specific events for them to access. - [Delete](https://dev.wix.com/docs/rest/business-solutions/events/staff-members/delete-staff-member.md) a staff member. - [Update](https://dev.wix.com/docs/rest/business-solutions/events/staff-members/update-staff-member.md) a staff member. - [Retrieve](https://dev.wix.com/docs/rest/business-solutions/events/staff-members/query-staff-members.md) information about staff members. ## Before you begin - A site must have [Wix Events & Tickets](https://www.wix.com/app-market/web-solution/events) installed. ## Use Cases - [Build a staff management and check-in system for multi-day conferences](https://dev.wix.com/docs/rest/business-solutions/events/staff-members/sample-use-cases-and-flows.md) ## Terminology - **Staff Member**: A person associated with a Wix event who can be assigned various roles and responsibilities. - **Login Token**: Tokens used for joining as a staff member or logging into an event as an authorized staff member. @sdk_package_setup