Member groups
Update a member group
PUT
Update a member group
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Path Parameters
The id of the member group.
Example:
111
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 PUT \
--url https://{domain}/api/site/member-groups/{id} \
--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>.
The id of the member group.
111
Was this page helpful?
curl --request PUT \
--url https://{domain}/api/site/member-groups/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "New group",
"link": ""
}
'{
"id": 1,
"name": "Basic Members",
"link": ""
}