Want to know how to change table permissions in serviceNow for a user
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2023 12:53 AM
I have spinned a ServiceNow instance. It's a trial account. with URL "https://dev141754.service-now.com/"
i am using this API "
`https://${Servicenow_instanceName}.service-now.com/api/now/table/sys_properties?sysparm_fields=value,name&name=glide.login.no_blank_password"
and using admin user for running this
My doubt is :
Is it possible to change Table permissions and if yes how to do this ?
and using admin user for running this
My doubt is :
Is it possible to change Table permissions and if yes how to do this ?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2023 08:11 AM
Hi @Riya,
You can refer the below articles, it must be help to achieve this.
https://www.servicenow.com/community/now-platform-forum/view-permissions-on-all-tables/m-p/1181443
Thanks
Ajay