pem.ad.binding.removeUserBinding

This method is supported by Operations starting from version 5.0.1_KB9347.

This method removes binding of Operations service user to Active Directory (AD) domain.

Optional parameters user_id and login are mutually exclusive. Exactly one of them should be passed.

The method has the following input parameters:

Name

Type

Short Description

[user_id]

int

Identifier (ID) of Service User.

[login]

string

Service User's login.

windows_domain

string

Target AD where user entry is needed.

service_name

string

Arbitrary name that uniquely identifies service attached to user. In case multiple packages are present in the same subscription, they must use different service_name values to avoid undesired interference.

The method has no output parameters.

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.