# 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 By Profile: If the playerId is included in the request, then the player registered for the event will be associated with that player in your community roster. By Name: If the playerId is not included in the request, then a new player will be registered for the event that is NOT 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 Flights and Teams When removing a player from an event, the player will be removed from any Flights or Teams they are assigned to. Note: 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.