How can I find Active Directory Get user Attribute. ?
Get user attribute:
To get user attribute of a given user from Active Directory.
ActiveDirectory.GetUserAttribute
Properties:
Common
ContinueOnError - Specifies if the automation should continue even when the activity throws an
error. This field only supports Boolean values (True, False). The default value is False. As a result,
if the field is blank and an error is thrown, the execution of the project stops. If the value is set to
True, the execution of the project continues regardless of any error.
DisplayName - The display name of the activity.
Input
Attribute – Specifies attribute name which need to be retrieved from user properties. (you
can select below mentioned attributes)
- EmailAddress,
- AccountExpirationDate
- DisplayName
- EmployeeID
- FullName
- FirstName
- LastName
- MobileNumber
- OfficeTelphoneNumber
- PrincipalName
DomainName (Optional)(String variable) – Active directory domain name (if no value is
provided default will be current domain name).
UserEmail (String variable) – user email to get the group property selected in attribute
property. If this property is set, then the UserName property is ignored.
UserName (String variable) – user name to get the group property selected in attribute
property.
Output
Result(String variable)- Retrieves the specified attribute for a given user.
Misc
Private - If selected, the values of variables and arguments are no longer logged at verbose
level.
If you find it useful mark it as solution and close the thread.
cool,
Regards,
Gulshiyaa
Thank You @gulshiyaa .
yours most welcome @Pranav_Singh1
If you find it useful mark it as solution and close the thread.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.