ObjectsGrid
  • Documentation
    • Core Concepts
    • Usage Guide
      • Quick Start
      • Authentication and Authorization
      • Access Control via ABAC
      • GraphQL API Examples
      • Login with Google app setup
      • Objects Schemas
    • OBJECTS GRID Objects
      • Generic Object
        • GenericObjects REST API
      • Enum Object
        • Enum Object REST API
      • ProductCatalog Object
      • ProductGroup Object
      • Product Object
      • Brand Object
        • Brands REST API
      • Language-Tagged String
      • Tags Object
      • Meta Object
    • Private Objects
      • Auth
        • Tokens REST API
      • ABAC Policy
        • ABACPolicies REST API
      • Organization Account
        • OrganizationAccounts REST API
      • User Account
        • UserAccounts REST API
      • Service Account
        • ServiceAccounts REST API
      • Access Logging
        • AccessLogEntries REST API
  • Support
    • Terms and Conditions
  • Blogs
    • Attribute Based Access Control
    • ABAC vs RBAC
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. Private Objects

Organization Account

Your organization's registration account with ObjectsGrid platform.

PreviousABACPolicies REST APINextOrganizationAccounts REST API

Last updated 1 month ago

Was this helpful?

Our OrganizationAccount object represents your organization's account, created upon registration with the ObjectsGrid platform. The object schema is specific to ObjectsGrid, and therefore not aligned with schema.org

Organization Object Attributes

Name
Type
Description

id

String

The Organization object ID (generated by Objects Grid platform)

name*

String

The Organization Name (required attribute)

description

String

The Organization Description

countryCode

String

The Organization Country Code in ISO-3166

commerceCode

String

The Organization Commerce Code

ownerID

String

The Organization Owner ID

accessPoint

String

The Organization AccessPoint

monthlyQuota

Integer

The maximum APIs requests limit per month.

tags

Array of Tag

meta

Object's meta data, read only

Organization Registration:

To use the Objects Grid platform, you must register an Organization Account. You can use the to create a new Organization Account. Upon registration, you will receive a unique Organization Account ID. You don’t need to be part of an existing organization; whether you're a small entrepreneur or a student, registration is open to you. However, all accounts, regardless of size or type, are referred to as Organization Accounts.

Data Localization:

Data Localization Regulations are laws and policies that mandate data to be stored, processed, or managed within a specific geographic region. is one well-known example, but new regulations continue to emerge globally.

When registering your organization, you must select an Access Point by including an X-ObjectsGrid-AccessPoint header in your request. Its value determines where your data will be stored. Currently, we offer two options:

  • EU (European Union)

  • US (United States of America)

We plan to expand these options based on client demand. If you require additional regions, please let us know.

Organization Budget Limits (Quota Management)

Every organization has budget limits and must enforce them effectively. By default, the monthly API request limit is set to 100000. However, you can adjust this limit by updating your Organization Account settings. Minimum limit is 1000 request.



Array of

Object

OrganizationAccounts REST API
GDPR
Contact Support
Meta
Tag