pem.APS.registerUserInApplicationInstance

This method adds a new Service User to the specified Application Instance.

The method has the following input parameters:

Name

Type

Short Description

app_instance_id

int

Application instance ID where the Service User is added to.

user_id

int

Service User ID.

services_ids

array of string

ID's of Services to be managed by the Service User. If multiple services are available for an Application, by default the Service User is added only to the top level Service.

settings

array of struct

Array of settings specific for the Application.

  • service_id

string

Service ID for which a setting is passed.

  • settings

array of struct

Array of settings for a specific Application.

  • name

string

Setting name.

  • value

string

Setting value.

service_resource_type_ids

array of int

Resource Type used by the Application for which a Service user is added and based on 'Application Service' Class.

If service_resource_type_ids contains ID's of Resources not specified in service_ids, this parameter is ignored unless such Resources relate to the top level Resource Type based on Application Service Resource Class.

Note: Service User ID is not displayed in Operations control panel. You may use the pem.getUserByLogin or pem.getUsers methods to obtain the ID of the required Service User. Also, you may use the Operations Public API methods, which contain Service User ID(s) in the list of the output parameters.

The method has no output parameters.