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
Key | Type | Value |
---|
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. |
Example
{
"academic": false,
"allow_signup_from_email_domains": false,
"client_for_email_signup": null,
"created": 1414800000,
"id": "1",
"name": "SigOpt",
"object": "organization"
}