v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Access Group

Update access group

The ability to update an access group's name and add or remove an account

put/access-groups/{accessGroupId}/content

Path parameters

accessGroupIdstring required

Access group ID

Request body

action'ADD' | 'REMOVE'

Action to apply for the supplied account bid

accountIdsstring[]

Bids of the accounts to be added/removed

beneficiaryIdsstring[]

Bids of the beneficiaries to be added/removed

namestring

The name of the account group to create. Must match: [\w -]*

Response

OK

idstring

Unique ID for the access group

namestring

Access group name

type'SERVICE_PARTNER' | 'SERVICE_CUSTOMER' | 'DELEGATE' | 'USER_DEFINED'

The type of access group

typeIdstring

The identifier of the linked entity implied by the type, e.g. the partner ID

status'ACTIVE' | 'DELETED'

Status of the access group

countOfAccountsinteger

The number of accounts in this group

Example response

{
  "id": "G0000001"
}