Returns the list of servers for which there are federation restrictions.

This method can be called without an access token.

Parameters

offset
integer (non-negative)

Offset into the list of restricted servers.

count
integer (positive)

How many of the restricted servers to return.

By default, all servers are returned.

Result

A paginated list of objects:

domain
string

The domain name of the server. May be partially masked with *s.

reason
string

The reason for restriction provided by this server’s administrators.

restriction
enum

The type of restriction applied.

  • suspension – Complete defederation – no communication with this server is possible.

Errors

Global errors may occur when calling this method.