Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have created 3 groups using GROUP rest api and now I want to assign those groups to the new user I am creating via create user API.
I passed assignedgroup property in user object at the time of creating user, but it is not assigning group to the user. Its just creating user with com.qlik.Everyone group by default.
Kindly guide.
I found out the way.
Groups are associated with Roles. Therefore, at the time of creating group you can select/assign roles for which you would like to have access.
Once group is created, all users associated with that group's role get access of group and you can add group to shared/ managed space instead of adding each and every user.
I found out the way.
Groups are associated with Roles. Therefore, at the time of creating group you can select/assign roles for which you would like to have access.
Once group is created, all users associated with that group's role get access of group and you can add group to shared/ managed space instead of adding each and every user.