You can create a group, add the role to that group, and then add members to the group. It’s simple—but you cannot add any role to snc_internal
.
Never, ever assign a role directly to a user."
‎08-14-2025 12:59 PM
According to the servicenow documentation, whenever the user logs in first, snc_internal role is automatically assigned. But it is not working.
Solved! Go to Solution.
‎08-14-2025 01:27 PM
Right, you cannot add any other roles to snc_internal. It should be stand-alone role. That's how SN implemented this
‎08-14-2025 02:47 PM
Yes, but Flow is recommended as it is low/no-code. I think I’ve answered your question—please accept the answer and close the thread."
‎08-14-2025 03:14 PM
Hi @manirathore
Here you go. I’m sure this is what you’re looking for. If yes, please accept it as the answer and close the thread.
‎08-14-2025 02:11 PM
Hi @manirathore
Yes, snc_internal
is something like a base/core role that stands alone and is assigned to a user when you create any new user
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0748329
‎08-14-2025 02:17 PM
So how can i achieve the functionality where i have to give one more role to the snc_internal users
‎08-14-2025 02:21 PM
You can create a group, add the role to that group, and then add members to the group. It’s simple—but you cannot add any role to snc_internal
.
Never, ever assign a role directly to a user."
‎08-14-2025 02:25 PM
That will be a manual effort. But my requirement is, when the user logs in, he should get one more role with snc_internal.
‎08-14-2025 02:27 PM
Okay, so what role do you want to assign? And is it for all users who log in? If yes, then create a Flow and add a condition to check if it’s their first login. Assign the role by adding the user to a group, and from there the user will get the role."