Skip to main content
POST
Update member add mode

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
groupJid
string
required

Group JID (may also be sent as a groupJid query parameter).

Example:

"120363000000000000@g.us"

mode
string
required

One of admin_add, all_member_add.

Example:

"admin_add"

Response

Success — provider-native response body.

Result of toggling whether non-admin members may add participants. NOTE: this endpoint is not implemented in the inspected source (no router/controller/service entry); shape follows the standard Evolution acknowledgement for a boolean-ish group setting action.

updateMemberAddMode
enum<string>

Result of the operation; 'success' when the member-add mode was updated.

Available options:
success