# Fetch all blocklist domain and member information for the site This API method retrieves comprehensive information about all the members and domains listed in the blocklist on the Annex Cloud site. Endpoint: GET /blocklist/all Version: 3.0.0 Security: ## Response 200 fields (application/json): - `blocklistUsers` (object) - `blocklistUsers.userId` (string) Displays the user IDs of the members that have been added to the blocklist. Example: "sa.matthenryy12@gmail.com, joyroy.saa12" - `blocklistDomain` (object) - `blocklistDomain.domainId` (string) Displays the name of domains that have been added to the blocklist. Example: "testdomain1.com" ## Response 404 fields ## Response 405 fields ## Response 422 fields