List the organization's blocked users
GET
/orgs/{org}/list_blocked
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”org
required
string
Name of the org
Query Parameters
Section titled “Query Parameters”page
integer
Page number of results to return (1-based)
limit
integer
Page size of results
Responses
Section titled “Responses”BlockedUserList
Media typeapplication/json
Array<object>
BlockedUser represents a blocked user.object
block_id
integer format: int64
created_at
string format: date-time
Examplegenerated
[ { "block_id": 1, "created_at": "2026-04-15T12:00:00Z" }]