Skip to main content
POST
Add members to a group

Authorizations

Authorization
string
header
required

A Dueflow access token: dfp_ (personal) or dfs_ (service). Permissions are the token's scopes intersected with the role ceiling, re-evaluated per request.

Headers

Idempotency-Key
string
required

A unique key per logical operation, e.g. a UUID. Retrying with the same key replays the original response instead of repeating the write; reusing it with different parameters is a 409.

Maximum string length: 255

Path Parameters

groupId
string
required

Body

application/json
memberIds
string[]
required
Required array length: 1 - 500 elements

Response

Success

id
string
required
name
string
required
description
string | null
required
amountDue
string | null
required
dueDate
string | null
required
isRecurring
boolean
required
recurringInterval
string | null
required
memberCount
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
addedMemberIds
string[]
required