Client Object

A team that is using SigOpt. Multiple users may be affiliated with a single client. Users are only able to see information about clients if they have been invited to see this client via the web interface.

Fields

KeyTypeValue

created

int

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

id

string

A unique ID for this client.

name

string

A user-specified name for this client.

organization

string

The id of the Organization this Client belongs to.

Supported Endpoints

MethodURIDescription

GET

Client Detail

Example

{
  "client_security": {
    "allow_users_to_see_experiments_by_others": true
  },
  "created": 1414800000,
  "id": "1",
  "name": "SigOpt",
  "object": "client",
  "organization": "1"
}

Last updated