SoftLayer User Customer Status (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_User_Customer_Status data type. For information on the SoftLayer_User_Customer_Status service please see SoftLayer_User_Customer_Status.

Contents

Overview

Each SoftLayer portal account is assigned a status code that determines how it's treated in the customer portal. This status is reflected in the SoftLayer_User_Customer_Status data type. Status differs from user permissions in that user status applies globally to the portal while user permissions are applied to specific portal functions.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

id

A user's status identifying number.

  • Type: integer



name

A user's status. This can be either "Active" for user accounts with portal access, "Inactive" for users disabled by another portal user, "Disabled" for accounts turned off by SoftLayer, or "VPN Only" for user accounts with no access to the customer portal but VPN access to the private network.

  • Type: string
  • Length: 100 characters

Associated Methods

See Also

Personal tools