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. Usage Guide

Quick Start

Registering a new Organization

PreviousUsage GuideNextAuthentication and Authorization

Last updated 1 month ago

Was this helpful?

To start using the Objects Grid platform, you’ll first need to register an organization account. Don’t worry if you don’t have an official organization yet—whether you’re a small business owner evaluating the platform, a student exploring its features, or simply not ready to use real information, you can create a placeholder organization account to get started.

To create a new OrganizationAccount object using the API (Link to API documentation), include an ID token in the request’s Authorization header with the Bearer authentication type. You can obtain the ID token from our test application: .

When you create an OrganizationAccount, the platform will also set up a UserAccount for you, create a default ABAC (Attribute-Based Access Control) policy granting you administrator access to your organization, and generate an ObjectsGrid Access Token. This access token, which replaces the ID token, is returned in the response's Authorizationheader with the Bearer authentication type. You can use this token to call any other ObjectsGrid APIs.

https://admin.objectsgrid.com/google_token.html