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

Key
Type
Value

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

Supported Endpoints

Method
URI
Description

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