Organization

Summary

API Manager organization

Description

API Manager organization information. Organization objects support custom properties

Fields

Field Name Type Since Version Description
id String The unique identifier for the organization
name String The name of the organization
description String The description of the organization
email String The contact email address associated with the organization
image String URI of the image to be used for this organization. To update the image, please refer to the API.
restricted Boolean Indicates that the organization is restricted. Users in a restricted organization cannot see other users, and users cannot register for the organization using tokens. Default is 'false'.
virtualHost String 1.1 The virtual host associated with the organization
phone String Contact phone number of the organization
enabled Boolean Flag to indicate if this organization is enabled or not
development Boolean 1.1 Flag to indicate if this organization is enabled or not for API development.
createdOn Long Epoch/Unix time stamp when the organization was created
startTrialDate Long Epoch/Unix time stamp when the trial starts
endTrialDate Long Epoch/Unix time stamp when the trial expires
trialDuration Integer Length of the trial in days
isTrial Boolean Indicates if this Org is a trial or not

Example JSON

{
  "id" : "3e21b76a-defa-49ab-9682-a9cd60387e37",
  "name" : "Acme Corporation",
  "description" : "Acme Corporation is a fictional corporation in Road Runner/Wile E. Coyote cartoons",
  "email" : "support@acmecorp.com",
  "image" : "resources/photo.jpg",
  "restricted" : false,
  "virtualHost" : "acme.api.axway.com",
  "phone" : "+1 877-564-7700",
  "enabled" : false,
  "development" : false,
  "dn" : null,
  "createdOn" : 1364287486876,
  "startTrialDate" : 1364287486876,
  "endTrialDate" : 1364287486876,
  "trialDuration" : 365,
  "isTrial" : true,
  "skypeId" : "any_user"
}