How to check in which application scope the user was created

__ __2
Tera Expert

Hi.

Is there a way to check in which application scope a user or group was created?

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi,

I don't think you can track the users on which  application scope a user  was created.

Groups is what we considered data, and not definition of an application. Having said that, the groups will not be stored within an update set (sys_update_xml), but rather live as data within the instance. 

If you still want to have groups within your scoped app and restrict the access to those to only the scoped roles you created then you could try creating an ACL which enforces such restriction. I believe that will imply a little bit of hardcoding to imply to which groups the ACL should apply to.

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

View solution in original post

1 REPLY 1

Community Alums
Not applicable

Hi,

I don't think you can track the users on which  application scope a user  was created.

Groups is what we considered data, and not definition of an application. Having said that, the groups will not be stored within an update set (sys_update_xml), but rather live as data within the instance. 

If you still want to have groups within your scoped app and restrict the access to those to only the scoped roles you created then you could try creating an ACL which enforces such restriction. I believe that will imply a little bit of hardcoding to imply to which groups the ACL should apply to.

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep