REST Resource: customers

Resource: Customer

Entity representing a SAS customer.

JSON representation
{
  "name": string,
  "displayName": string,
  "sasUserIds": [
    string
  ]
}
Fields
name

string

Output only. Resource name of the customer.

displayName

string

Required. Name of the organization that the customer entity represents.

sasUserIds[]

string

User IDs used by the devices belonging to this customer.

Methods

get

Returns a requested customer.

list

Returns a list of requested customers.

patch

Updates an existing customer.