Member groups
Create a member group
POST
Create a member group
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Last modified on June 20, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://{domain}/api/site/member-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "New group",
"link": ""
}
'{
"id": 1,
"name": "Basic Members",
"link": ""
}Pass your API key as: Authorization: Bearer <API KEY>.
Was this page helpful?
curl --request POST \
--url https://{domain}/api/site/member-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "New group",
"link": ""
}
'{
"id": 1,
"name": "Basic Members",
"link": ""
}