# Space Endpoints related to Spaces, including retrieval and management of space-specific settings and alerts. ## Retrieve list of all Spaces - [GET /spaces](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/space/paths/~1spaces/get.md): Retrieve list of all Spaces ## Add a user to space alerts - [POST /spaces/{id}/alerts/users/{organisationUserId}](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/space/paths/~1spaces~1%7Bid%7D~1alerts~1users~1%7Borganisationuserid%7D/post.md): Add a user to space alerts ## Remove a user from space alerts - [DELETE /spaces/{id}/alerts/users/{organisationUserId}](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/space/paths/~1spaces~1%7Bid%7D~1alerts~1users~1%7Borganisationuserid%7D/delete.md): Remove a user from space alerts