API - Planyo Web Services - list_site_moderators

You are here: Planyo » Help » API » list_site_moderators

list_site_moderators

Description:

Returns all moderators of a Planyo site.

Input:

site_id int optional
Planyo site ID. This parameter is only required if using an API key for a meta site.
method string required
must be set to list_site_moderators
language string optional
by specifying a 2-letter (ISO 639-1) language code (all capital letters e.g. EN, DE, FR, ES, IT) you can change the language of the text values returned
api_key string required
your API key - Click here to get your key. If your API key uses a hash key, you must also include the parameters hash_key and hash_timestamp.

Output:

moderators array
Array of moderators. Each item is a named array with the following keys: user ID, first_name, last_name, email, login

API playground:

Click here to test this function in the API playground.