Quick Start

Registering a new Organization

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: https://admin.objectsgrid.com/google_token.html.

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.

Last updated

Was this helpful?