pem.getUsers

This method is supported by Operations starting from version 2.6.5

This method allows to obtain the list of Service Users with their properties for the Subscription specified.

The method has the following input parameters:

Name

Type

Short Description

subscription_id

int

The ID of Subscription.

Note: Starting with Operations 6.0, this method will work properly only for Subscriptions working in the local mode. For the Subscriptions in the account-wide mode use the pem.getAccountServiceUsers method.

The method returns the array of structures:

Name

Type

Short Description

user_id

int

The ID of Service User.

display_name

string

The "Display Name" property of Service User.

login

string

Service User's login.

Note: This method can also be called under Reseller permissions.