pem.ad.binding.getUserInfo
This method is supported by Operations starting from version 5.0.1_KB9347.
This method returns the list of LDAP paths to user objects in all Active Directory (AD) domains for specified user.
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 |
---|---|---|
|
int |
Identifier (ID) of Service User. |
|
string |
Service User's login. |
The method has the following output parameters:
LDAP paths (string) to user objects in all AD domains for specified user.
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.