Update a group
Rename a group or change its description and color chip. Membership is edited separately via groups.members.add / groups.members.remove.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Path Parameters
The group id to update.
"grp_tz4a98xat96iws9zmbrgj3a"
Body
New accent color; null clears it.
40"rose"
New notes for the group; null clears them.
500"Leads captured at the June webinar."
New display name for the group.
1 - 120"VIP customers"
Response
OK
Optional accent color for the group's badge. Example: rose.
"rose"
Optional notes on what this group is for.
"Leads captured at the June webinar."
The group id.
"grp_tz4a98xat96iws9zmbrgj3a"
Number of active people currently in the group.
x >= 0248
The group's display name.
"Event attendees — June"
Timestamp (RFC 3339) when this was archived, or null if active.
Creation timestamp (RFC 3339).
Always "group".
Last-update timestamp (RFC 3339).