Organization Object

An Organization represents a group of people who have access to SigOpt. Users within the same Organization can share resources with one another. Organizations can have multiple Clients (teams).

Fields

KeyTypeValue

created

int

The timestamp (in seconds since epoch) that this organization was created.

deleted

bool

True if this organization has been deleted.

id

string

A unique ID for this organization.

name

string

A user-specified name for this organization.

Supported Endpoints

MethodURIDescription

GET

Organization Detail

Example

{
  "academic": false,
  "allow_signup_from_email_domains": false,
  "client_for_email_signup": null,
  "created": 1414800000,
  "data_storage_bytes": null,
  "id": "1",
  "name": "SigOpt",
  "object": "organization",
  "optimized_runs_in_billing_cycle": null,
  "total_runs_in_billing_cycle": null
}

Last updated