Help using Azure Active Directory Activities

Hello,

I am trying to automate the creation of users in Azure AD. I downloaded the UiPath.AzureADUpdateUser package, and I can see that there are activities to “Create user” and “Update user”.

However, the create user only lets me put basic information like name, last name and UPN. I am trying to create a user with more properties (country, company name…). The update user activity on the other side doesn’t even have any attributes:

Anyone knows how I can achieve that without having to run a script? Any other Azure package that lets you create users whith all the variables/properties I want?

Thank you! :slight_smile:

@Bennis_Jad

What version of studio you are on? may be that is effecting the properties view

cheers

Hi Anil,

Thanks for your response. I am using version 22.4. That activity only allows you to create a user with the following properties:
FirstName
LastName
Name
UserPrincipalName
Department

I am trying to create users using many other properties, like Company name, mobile phone, address, country, company name…

I am looking for a way to create a user by inputting which properties I want to have.

1 Like

@Bennis_Jad

remaining can be updated using update user

you need to use for each user which has odata filter to get specific created user and then inside that use assign activity and update the current user properties like user.Country = “CountryName” in assign and then send the updated user variable to update user inside the same loop

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.