Update User to Group Assignment

put

/v1/accounts/{accountId}/users/{userId}/groups

Path parameters
accountIdstringrequired
userIdstringrequired
Body
idstring
Responses
curl -L \
  --request PUT \
  --url '/v1/accounts/{accountId}/users/{userId}/groups' \
  --header 'Content-Type: application/json' \
  --data '[{"id":"text"}]'
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-02-21T18:12:27.795Z",
      "by": {
        "id": "text",
        "audit": {
          "created": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          },
          "updated": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          }
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "href": "text",
        "name": "text",
        "icon": "text"
      }
    },
    "updated": {
      "at": "2025-02-21T18:12:27.795Z",
      "by": {
        "id": "text",
        "audit": {
          "created": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          },
          "updated": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          }
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "href": "text",
        "name": "text",
        "icon": "text"
      }
    },
    "access": {
      "at": "2025-02-21T18:12:27.795Z"
    },
    "joined": {
      "at": "2025-02-21T18:12:27.795Z"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "href": "text",
  "user": {
    "id": "text",
    "audit": {
      "created": {
        "at": "2025-02-21T18:12:27.795Z",
        "by": {
          "id": "text",
          "audit": {
            "created": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            },
            "updated": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            }
          },
          "$meta": {
            "omitted": [
              "text"
            ]
          },
          "href": "text",
          "name": "text",
          "icon": "text"
        }
      },
      "updated": {
        "at": "2025-02-21T18:12:27.795Z",
        "by": {
          "id": "text",
          "audit": {
            "created": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            },
            "updated": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            }
          },
          "$meta": {
            "omitted": [
              "text"
            ]
          },
          "href": "text",
          "name": "text",
          "icon": "text"
        }
      },
      "invitationAcceptedAt": "2025-02-21T18:12:27.795Z"
    },
    "$meta": {
      "omitted": [
        "text"
      ]
    },
    "href": "text",
    "email": "text",
    "status": "text",
    "phone": {
      "prefix": "text",
      "number": "text"
    },
    "firstName": "text",
    "lastName": "text",
    "icon": "text",
    "lastLoginAt": "2025-02-21T18:12:27.795Z",
    "settings": {
      "cultureCode": "text",
      "languageCode": "text"
    },
    "name": "text",
    "currentAccount": {
      "id": "text",
      "audit": {
        "created": {
          "at": "2025-02-21T18:12:27.795Z",
          "by": "[Circular Reference]"
        },
        "updated": {
          "at": "2025-02-21T18:12:27.795Z",
          "by": "[Circular Reference]"
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "href": "text",
      "externalIds": {
        "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
      },
      "externalId": "text",
      "externalName": "text",
      "type": "Client",
      "status": "Active",
      "serviceLevel": "Express",
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "icon": "text",
      "technicalSupportEmail": "hello@example.com",
      "website": "text",
      "description": "text",
      "name": "text",
      "groups": [
        {
          "id": "text",
          "audit": {
            "created": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            },
            "updated": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            }
          },
          "$meta": {
            "omitted": [
              "text"
            ]
          },
          "href": "text",
          "name": "text",
          "description": "text",
          "account": {
            "id": "text",
            "audit": {
              "created": {
                "at": "2025-02-21T18:12:27.795Z",
                "by": "[Circular Reference]"
              },
              "updated": {
                "at": "2025-02-21T18:12:27.795Z",
                "by": "[Circular Reference]"
              }
            },
            "$meta": {
              "omitted": [
                "text"
              ]
            },
            "href": "text",
            "externalIds": {
              "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
            },
            "externalId": "text",
            "externalName": "text",
            "type": "Client",
            "status": "Active",
            "serviceLevel": "Express",
            "address": {
              "addressLine1": "text",
              "addressLine2": "text",
              "postCode": "text",
              "city": "text",
              "state": "text",
              "country": "text"
            },
            "icon": "text",
            "technicalSupportEmail": "hello@example.com",
            "website": "text",
            "description": "text",
            "name": "text",
            "groups": "[Circular Reference]"
          },
          "logo": "text",
          "isDefault": true,
          "modules": [
            "[Circular Reference]"
          ],
          "users": [
            "[Circular Reference]"
          ],
          "buyers": [
            "[Circular Reference]"
          ]
        }
      ]
    },
    "accounts": [
      {
        "id": "text",
        "audit": {
          "created": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          },
          "updated": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          }
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "href": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "Client",
        "status": "Active",
        "serviceLevel": "Express",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "icon": "text",
        "technicalSupportEmail": "hello@example.com",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": [
          {
            "id": "text",
            "audit": {
              "created": {
                "at": "2025-02-21T18:12:27.795Z",
                "by": "[Circular Reference]"
              },
              "updated": {
                "at": "2025-02-21T18:12:27.795Z",
                "by": "[Circular Reference]"
              }
            },
            "$meta": {
              "omitted": [
                "text"
              ]
            },
            "href": "text",
            "name": "text",
            "description": "text",
            "account": {
              "id": "text",
              "audit": {
                "created": {
                  "at": "2025-02-21T18:12:27.795Z",
                  "by": "[Circular Reference]"
                },
                "updated": {
                  "at": "2025-02-21T18:12:27.795Z",
                  "by": "[Circular Reference]"
                }
              },
              "$meta": {
                "omitted": [
                  "text"
                ]
              },
              "href": "text",
              "externalIds": {
                "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
              },
              "externalId": "text",
              "externalName": "text",
              "type": "Client",
              "status": "Active",
              "serviceLevel": "Express",
              "address": {
                "addressLine1": "text",
                "addressLine2": "text",
                "postCode": "text",
                "city": "text",
                "state": "text",
                "country": "text"
              },
              "icon": "text",
              "technicalSupportEmail": "hello@example.com",
              "website": "text",
              "description": "text",
              "name": "text",
              "groups": "[Circular Reference]"
            },
            "logo": "text",
            "isDefault": true,
            "modules": [
              "[Circular Reference]"
            ],
            "users": [
              "[Circular Reference]"
            ],
            "buyers": [
              "[Circular Reference]"
            ]
          }
        ]
      }
    ]
  },
  "account": {
    "id": "text",
    "audit": {
      "created": {
        "at": "2025-02-21T18:12:27.795Z",
        "by": "[Circular Reference]"
      },
      "updated": {
        "at": "2025-02-21T18:12:27.795Z",
        "by": "[Circular Reference]"
      }
    },
    "$meta": {
      "omitted": [
        "text"
      ]
    },
    "href": "text",
    "externalIds": {
      "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
    },
    "externalId": "text",
    "externalName": "text",
    "type": "Client",
    "status": "Active",
    "serviceLevel": "Express",
    "address": {
      "addressLine1": "text",
      "addressLine2": "text",
      "postCode": "text",
      "city": "text",
      "state": "text",
      "country": "text"
    },
    "icon": "text",
    "technicalSupportEmail": "hello@example.com",
    "website": "text",
    "description": "text",
    "name": "text",
    "groups": [
      {
        "id": "text",
        "audit": {
          "created": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          },
          "updated": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          }
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "href": "text",
        "name": "text",
        "description": "text",
        "account": {
          "id": "text",
          "audit": {
            "created": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            },
            "updated": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            }
          },
          "$meta": {
            "omitted": [
              "text"
            ]
          },
          "href": "text",
          "externalIds": {
            "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
          },
          "externalId": "text",
          "externalName": "text",
          "type": "Client",
          "status": "Active",
          "serviceLevel": "Express",
          "address": {
            "addressLine1": "text",
            "addressLine2": "text",
            "postCode": "text",
            "city": "text",
            "state": "text",
            "country": "text"
          },
          "icon": "text",
          "technicalSupportEmail": "hello@example.com",
          "website": "text",
          "description": "text",
          "name": "text",
          "groups": "[Circular Reference]"
        },
        "logo": "text",
        "isDefault": true,
        "modules": [
          "[Circular Reference]"
        ],
        "users": [
          "[Circular Reference]"
        ],
        "buyers": [
          "[Circular Reference]"
        ]
      }
    ]
  },
  "invitation": {
    "url": "text",
    "status": "text"
  },
  "groups": [
    {
      "id": "text",
      "audit": {
        "created": {
          "at": "2025-02-21T18:12:27.795Z",
          "by": "[Circular Reference]"
        },
        "updated": {
          "at": "2025-02-21T18:12:27.795Z",
          "by": "[Circular Reference]"
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "href": "text",
      "name": "text",
      "description": "text",
      "account": {
        "id": "text",
        "audit": {
          "created": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          },
          "updated": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          }
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "href": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "Client",
        "status": "Active",
        "serviceLevel": "Express",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "icon": "text",
        "technicalSupportEmail": "hello@example.com",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": "[Circular Reference]"
      },
      "logo": "text",
      "isDefault": true,
      "modules": [
        {
          "id": "text",
          "audit": {
            "created": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            },
            "updated": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            }
          },
          "$meta": {
            "omitted": [
              "text"
            ]
          },
          "href": "text",
          "description": "text",
          "isConfigurable": true,
          "isEnabledByDefault": true,
          "paid": true,
          "name": "text",
          "filters": {
            "group.buyers": [
              "text"
            ]
          },
          "settings": {
            "sharedAccount": true,
            "configurable": true,
            "default": true,
            "paid": true,
            "type": [
              "text"
            ]
          },
          "accountTypes": [
            "text"
          ]
        }
      ],
      "users": [
        {
          "id": "text",
          "audit": {
            "created": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": {
                "id": "text",
                "audit": {
                  "created": {
                    "at": "2025-02-21T18:12:27.795Z",
                    "by": "[Circular Reference]"
                  },
                  "updated": {
                    "at": "2025-02-21T18:12:27.795Z",
                    "by": "[Circular Reference]"
                  }
                },
                "$meta": {
                  "omitted": [
                    "text"
                  ]
                },
                "href": "text",
                "name": "text",
                "icon": "text"
              }
            },
            "updated": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": {
                "id": "text",
                "audit": {
                  "created": {
                    "at": "2025-02-21T18:12:27.795Z",
                    "by": "[Circular Reference]"
                  },
                  "updated": {
                    "at": "2025-02-21T18:12:27.795Z",
                    "by": "[Circular Reference]"
                  }
                },
                "$meta": {
                  "omitted": [
                    "text"
                  ]
                },
                "href": "text",
                "name": "text",
                "icon": "text"
              }
            },
            "invitationAcceptedAt": "2025-02-21T18:12:27.795Z"
          },
          "$meta": {
            "omitted": [
              "text"
            ]
          },
          "href": "text",
          "email": "text",
          "status": "text",
          "phone": {
            "prefix": "text",
            "number": "text"
          },
          "firstName": "text",
          "lastName": "text",
          "icon": "text",
          "lastLoginAt": "2025-02-21T18:12:27.795Z",
          "settings": {
            "cultureCode": "text",
            "languageCode": "text"
          },
          "name": "text",
          "currentAccount": {
            "id": "text",
            "audit": {
              "created": {
                "at": "2025-02-21T18:12:27.795Z",
                "by": "[Circular Reference]"
              },
              "updated": {
                "at": "2025-02-21T18:12:27.795Z",
                "by": "[Circular Reference]"
              }
            },
            "$meta": {
              "omitted": [
                "text"
              ]
            },
            "href": "text",
            "externalIds": {
              "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
            },
            "externalId": "text",
            "externalName": "text",
            "type": "Client",
            "status": "Active",
            "serviceLevel": "Express",
            "address": {
              "addressLine1": "text",
              "addressLine2": "text",
              "postCode": "text",
              "city": "text",
              "state": "text",
              "country": "text"
            },
            "icon": "text",
            "technicalSupportEmail": "hello@example.com",
            "website": "text",
            "description": "text",
            "name": "text",
            "groups": [
              {
                "id": "text",
                "audit": {
                  "created": {
                    "at": "2025-02-21T18:12:27.795Z",
                    "by": "[Circular Reference]"
                  },
                  "updated": {
                    "at": "2025-02-21T18:12:27.795Z",
                    "by": "[Circular Reference]"
                  }
                },
                "$meta": {
                  "omitted": [
                    "text"
                  ]
                },
                "href": "text",
                "name": "text",
                "description": "text",
                "account": {
                  "id": "text",
                  "audit": {
                    "created": {
                      "at": "2025-02-21T18:12:27.795Z",
                      "by": "[Circular Reference]"
                    },
                    "updated": {
                      "at": "2025-02-21T18:12:27.795Z",
                      "by": "[Circular Reference]"
                    }
                  },
                  "$meta": {
                    "omitted": [
                      "text"
                    ]
                  },
                  "href": "text",
                  "externalIds": {
                    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "externalId": "text",
                  "externalName": "text",
                  "type": "Client",
                  "status": "Active",
                  "serviceLevel": "Express",
                  "address": {
                    "addressLine1": "text",
                    "addressLine2": "text",
                    "postCode": "text",
                    "city": "text",
                    "state": "text",
                    "country": "text"
                  },
                  "icon": "text",
                  "technicalSupportEmail": "hello@example.com",
                  "website": "text",
                  "description": "text",
                  "name": "text",
                  "groups": "[Circular Reference]"
                },
                "logo": "text",
                "isDefault": true,
                "modules": [
                  "[Circular Reference]"
                ],
                "users": [
                  "[Circular Reference]"
                ],
                "buyers": [
                  "[Circular Reference]"
                ]
              }
            ]
          },
          "accounts": [
            {
              "id": "text",
              "audit": {
                "created": {
                  "at": "2025-02-21T18:12:27.795Z",
                  "by": "[Circular Reference]"
                },
                "updated": {
                  "at": "2025-02-21T18:12:27.795Z",
                  "by": "[Circular Reference]"
                }
              },
              "$meta": {
                "omitted": [
                  "text"
                ]
              },
              "href": "text",
              "externalIds": {
                "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
              },
              "externalId": "text",
              "externalName": "text",
              "type": "Client",
              "status": "Active",
              "serviceLevel": "Express",
              "address": {
                "addressLine1": "text",
                "addressLine2": "text",
                "postCode": "text",
                "city": "text",
                "state": "text",
                "country": "text"
              },
              "icon": "text",
              "technicalSupportEmail": "hello@example.com",
              "website": "text",
              "description": "text",
              "name": "text",
              "groups": [
                {
                  "id": "text",
                  "audit": {
                    "created": {
                      "at": "2025-02-21T18:12:27.795Z",
                      "by": "[Circular Reference]"
                    },
                    "updated": {
                      "at": "2025-02-21T18:12:27.795Z",
                      "by": "[Circular Reference]"
                    }
                  },
                  "$meta": {
                    "omitted": [
                      "text"
                    ]
                  },
                  "href": "text",
                  "name": "text",
                  "description": "text",
                  "account": {
                    "id": "text",
                    "audit": {
                      "created": {
                        "at": "2025-02-21T18:12:27.795Z",
                        "by": "[Circular Reference]"
                      },
                      "updated": {
                        "at": "2025-02-21T18:12:27.795Z",
                        "by": "[Circular Reference]"
                      }
                    },
                    "$meta": {
                      "omitted": [
                        "text"
                      ]
                    },
                    "href": "text",
                    "externalIds": {
                      "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "externalId": "text",
                    "externalName": "text",
                    "type": "Client",
                    "status": "Active",
                    "serviceLevel": "Express",
                    "address": {
                      "addressLine1": "text",
                      "addressLine2": "text",
                      "postCode": "text",
                      "city": "text",
                      "state": "text",
                      "country": "text"
                    },
                    "icon": "text",
                    "technicalSupportEmail": "hello@example.com",
                    "website": "text",
                    "description": "text",
                    "name": "text",
                    "groups": "[Circular Reference]"
                  },
                  "logo": "text",
                  "isDefault": true,
                  "modules": [
                    "[Circular Reference]"
                  ],
                  "users": [
                    "[Circular Reference]"
                  ],
                  "buyers": [
                    "[Circular Reference]"
                  ]
                }
              ]
            }
          ]
        }
      ],
      "buyers": [
        {
          "id": "text",
          "audit": {
            "created": "[Circular Reference]",
            "updated": "[Circular Reference]",
            "activated": "[Circular Reference]",
            "unassigned": "[Circular Reference]"
          },
          "$meta": {
            "omitted": [
              "text"
            ]
          },
          "href": "text",
          "contact": {
            "name": "text",
            "firstName": "text",
            "lastName": "text",
            "email": "hello@example.com",
            "phone": {
              "prefix": "text",
              "number": "text"
            },
            "user": "[Circular Reference]",
            "type": "text"
          },
          "externalIds": {
            "erpCompanyContact": "text",
            "erpCustomer": "text",
            "accountExternalId": "text"
          },
          "status": "Active",
          "icon": "text",
          "address": {
            "addressLine1": "text",
            "addressLine2": "text",
            "postCode": "text",
            "city": "text",
            "state": "text",
            "country": "text"
          },
          "taxId": "text",
          "account": {
            "id": "text",
            "audit": {
              "created": {
                "at": "2025-02-21T18:12:27.795Z",
                "by": "[Circular Reference]"
              },
              "updated": {
                "at": "2025-02-21T18:12:27.795Z",
                "by": "[Circular Reference]"
              }
            },
            "$meta": {
              "omitted": [
                "text"
              ]
            },
            "href": "text",
            "externalIds": {
              "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
            },
            "externalId": "text",
            "externalName": "text",
            "type": "Client",
            "status": "Active",
            "serviceLevel": "Express",
            "address": {
              "addressLine1": "text",
              "addressLine2": "text",
              "postCode": "text",
              "city": "text",
              "state": "text",
              "country": "text"
            },
            "icon": "text",
            "technicalSupportEmail": "hello@example.com",
            "website": "text",
            "description": "text",
            "name": "text",
            "groups": "[Circular Reference]"
          },
          "name": "text",
          "errors": [
            {
              "id": "text",
              "message": "text",
              "parameters": null
            }
          ],
          "sellers": [
            "[Circular Reference]"
          ]
        }
      ]
    }
  ],
  "buyers": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]",
        "activated": "[Circular Reference]",
        "unassigned": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "href": "text",
      "contact": {
        "name": "text",
        "firstName": "text",
        "lastName": "text",
        "email": "hello@example.com",
        "phone": {
          "prefix": "text",
          "number": "text"
        },
        "user": "[Circular Reference]",
        "type": "text"
      },
      "externalIds": {
        "erpCompanyContact": "text",
        "erpCustomer": "text",
        "accountExternalId": "text"
      },
      "status": "Active",
      "icon": "text",
      "address": {
        "addressLine1": "text",
        "addressLine2": "text",
        "postCode": "text",
        "city": "text",
        "state": "text",
        "country": "text"
      },
      "taxId": "text",
      "account": {
        "id": "text",
        "audit": {
          "created": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          },
          "updated": {
            "at": "2025-02-21T18:12:27.795Z",
            "by": "[Circular Reference]"
          }
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "href": "text",
        "externalIds": {
          "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
        },
        "externalId": "text",
        "externalName": "text",
        "type": "Client",
        "status": "Active",
        "serviceLevel": "Express",
        "address": {
          "addressLine1": "text",
          "addressLine2": "text",
          "postCode": "text",
          "city": "text",
          "state": "text",
          "country": "text"
        },
        "icon": "text",
        "technicalSupportEmail": "hello@example.com",
        "website": "text",
        "description": "text",
        "name": "text",
        "groups": "[Circular Reference]"
      },
      "name": "text",
      "errors": [
        {
          "id": "text",
          "message": "text",
          "parameters": null
        }
      ],
      "sellers": [
        {
          "id": "text",
          "audit": {
            "created": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            },
            "updated": {
              "at": "2025-02-21T18:12:27.795Z",
              "by": "[Circular Reference]"
            }
          },
          "$meta": {
            "omitted": [
              "text"
            ]
          },
          "href": "text",
          "externalId": "text",
          "status": "Active",
          "icon": "text",
          "address": {
            "addressLine1": "text",
            "addressLine2": "text",
            "postCode": "text",
            "city": "text",
            "state": "text",
            "country": "text"
          },
          "name": "text",
          "currencies": [
            "text"
          ]
        }
      ]
    }
  ],
  "modules": [
    {
      "id": "text",
      "audit": {
        "created": {
          "at": "2025-02-21T18:12:27.795Z",
          "by": "[Circular Reference]"
        },
        "updated": {
          "at": "2025-02-21T18:12:27.795Z",
          "by": "[Circular Reference]"
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "href": "text",
      "description": "text",
      "isConfigurable": true,
      "isEnabledByDefault": true,
      "paid": true,
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "sharedAccount": true,
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ]
      },
      "accountTypes": [
        "text"
      ]
    }
  ]
}

Last updated

Was this helpful?