Create Location
Creates a new session location (room/venue) for an event. Requires event_id and name in the request body. Optional fields: capacity (max occupancy), color (hex code used for display in session calendars), and use_event_address (when true, the location reuses the event’s address rather than its own).
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Body
ID of the event this location belongs to.
1464
Display name of the location.
255"Main Hall"
Maximum number of attendees the location can hold.
100
Hex colour code (including the leading #) used when rendering sessions assigned to this location.
7"#FF0000"
1 when the location reuses the event's address (no standalone address is created); 0 to use the location's own address. Defaults to 1 when omitted. Only 0 and 1 are accepted — true/false will be rejected with a 422 validation error.
0, 1 0
Response
Location created
42
"Main Hall"
100
"#FF0000"
false
ID of the user who created the location.
12345
"2022-06-26 14:30:00"
ID of the user who last updated the location.
12345
"2022-06-26 14:30:00"