Skip to main content
The account holder group is a Marqeta platform resource that allows you to configure multiple account holders (user and/or business resources) as a group. It allows certain settings to be selectively applied, depending on whether or not an account holder has passed verification (KYC). You associate an account holder with an account holder group using the optional account_holder_group_token field in the user or business resource. Any account holder that you do not explicitly associate with a group is automatically associated with the program’s default account holder group. The default group’s name is “Default account holder group”, its token is DEFAULT_AHG, and its configuration uses the default configuration values.

Create account holder group

Action: POST
Endpoint: /accountholdergroups
Use this endpoint to create an account holder group.

Request body

Sample request body

JSON

Response body

Sample response body

JSON

List account holder groups

Action: GET
Endpoint: /accountholdergroups
Use this endpoint to return an array of all account holder groups.

URL query parameters

Response body

Sample response body

JSON

Retrieve account holder group

Action: GET
Endpoint: /accountholdergroups/{token}
Use this endpoint to retrieve a specific account holder group.

URL path parameters

Response body

Sample response body

JSON

Update account holder group

Action: PUT
Endpoint: /accountholdergroups/{token}
Use this endpoint to update a specific account holder group. Only values of parameters in the request are modified; all others are left unchanged. To update a specific account holder group, send a PUT request to the /accountholdergroups/{token} endpoint. Use the token path parameter to specify the account holder group to update. Include the account holder group details to update in JSON format in the body of the request.
Note
While you can update account holder groups that you create, the default group is restricted and requires special permissions to update.

URL path parameters

Request body

Sample request body

JSON

Response body