The CreatorCon Call for Content is officially open! Get started here.

Adding User to Group

Khaleel Paskel
Tera Contributor

Do I add user to group(s)  in production or developer instance ? What would the steps be?

 

Seem likes an easy task but I see that users are not assigned to any groups in developer instance but they are assigned to groups in production.. I run into a brick wall at the fact there is no edit option in the production instance in groups/user table.

 

Please help im fairly new to SNOW 🙂

3 ACCEPTED SOLUTIONS

Community Alums
Not applicable

Community Alums
Not applicable

user Adminstartion ---> groups -----> click on required group ----------> go to group members tab ----------> edit add members to the group.

View solution in original post

K Akhila
Kilo Guru

Hi Khaleel 

 

Please check your role in the dev instance. If you are an admin, you'll definitely see the edit option.

 

You can add users to groups in Dev instances. LDAP integration is one of the interfaces to add users to groups on prod and dev from the host end. Please check if LDAP Server is working are not. 

 

The update set will not capture the user data to move it from dev to prod. You need to add manually are do LDAP integration. 

 

View solution in original post

5 REPLIES 5

Karan Chhabra6
Mega Sage

Hi @Khaleel Paskel ,

 

If the groups does not exist in dev instance, the you should be pulling it from prod, this way you can prevent sys_id collision and it will make things easier for you, possible ways to do so is via xmls, update sets and cloning.

If you import an update set, it would not trigger the business rules.

 

If this helped, please mark this answer as helpful and accepted solution

Thanks!

Community Alums
Not applicable

Neel6_0-1682035347482.png

 

Community Alums
Not applicable

user Adminstartion ---> groups -----> click on required group ----------> go to group members tab ----------> edit add members to the group.

K Akhila
Kilo Guru

Hi Khaleel 

 

Please check your role in the dev instance. If you are an admin, you'll definitely see the edit option.

 

You can add users to groups in Dev instances. LDAP integration is one of the interfaces to add users to groups on prod and dev from the host end. Please check if LDAP Server is working are not. 

 

The update set will not capture the user data to move it from dev to prod. You need to add manually are do LDAP integration.