# Event Players Operations related to Players registering to participate in an Event **Player Types:** Players registered for your Event can be registed by their Profile, or by their name and Gender. **Multi-Round Event vs. Single Round:** For multi-round events, players are registered for the Multi-round, they are not registered individually for each round. **Note:** Players registered by name will not have any communication method associated with them, and will not be able to be included in any reports other then this event. ## List all players - [GET /v1/events/{eventId}/players](https://api-docs.unknowngolf.com/ug-api/event-players/search_4.md): List of players signed up for the event ## Register player - [POST /v1/events/{eventId}/players](https://api-docs.unknowngolf.com/ug-api/event-players/create.md): Add Player to the Event If the is included in the request, then the player registered for the event will be associated with that player in your community roster. If the is not included in the request, then a new player will be registered for the event that is associated with your community. ## Remove player - [DELETE /v1/events/{eventId}/players/{playerId}](https://api-docs.unknowngolf.com/ug-api/event-players/delete.md): Cancel the player from participating in the Event When removing a player from an event, the player will be removed from any Flights or Teams they are assigned to. If the player has a score entered for the Event, the score must first be removed before the player can be removed from the event.