Organization Object

An Organization is used as a "Tenant" in our platform. All users, wallets, assets, transactions, and transfers are under organization. The organization is stored and managed by Auth0's organizations feature and is identified in the system by its unique ID, the UUID.
The following table describes the fields in the REST API messages for organizations:

Field

Type

Description

id

string

A unique ID of the organization. string with the prefix: org_

created_at

date

The creation time of the organization.
Standard format of timestamp with a time zone.
ISO_8601

updated_at

date

The time when the organization details were last updated.
Standard format of timestamp with a time zone.
ISO_8601

name

string

The internal name of the organization. Auto-generated field.

display_name

string

The display name of the organization.

domain

string

The main domain of the organization.

logo

text

URL link to the organization logo

industry

string

The industry of the organization.

phone

phone number

The phone number of the organization. Number in the dormat of ITU-T E.164.

address

string

The address of the organization.

email

string

The email of the organization.