Skip to main content
GET
/
api
/
v3
/
network-settings
/
public-users
Get public users configuration.
curl --request GET \
  --url https://apix.us.amity.co/api/v3/network-settings/public-users \
  --header 'Authorization: Bearer <token>'
{
  "visitorEnabled": true,
  "botEnabled": true,
  "secure": true
}

Documentation Index

Fetch the complete documentation index at: https://learn.social.plus/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Public users configuration

visitorEnabled
boolean

Enable or disable visitor users (users without authentication)

botEnabled
boolean

Enable or disable bot users

secure
boolean

Enable or disable secure mode for public users