- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 07:05 PM
Is it possible to allow Requester users to access the Platform UI to create and view incidents, etc.?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 08:39 PM
@Ohki_Yamamoto Yes, you can allow the requester user to have backend access. In order to grant them the access you either need to provide them the role which can access the platform UI or you need to modify SPEntryPage script include and update the SPEntryPage().getFirstPageURL() method to allow the requester user have access to the platform UI.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 07:31 PM
Yes, it is possible to allow requesters (end-users) to access the Platform UI to create and view incidents or perform other activities. However the self-service role has limited access to the platform UI. To enable broader access, you’ll need to assign additional roles to these users while maintaining appropriate security controls.
1. Create or Modify Roles:
- If the default self-service role does not meet your requirements, you can either modify it to provide more permissions or create a new custom role that includes the necessary permissions.
2. Assign Roles to Users:
- Assign the modified or new roles to the requester users who need to access the platform UI.
3. Setup ACLs:
- Ensure that the Access Control Lists (ACLs) permit actions like creating and viewing incidents for these users.
Please mark this helpful/correct if this helps you, this will help me and community
Regards
Deepak Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 08:39 PM
@Ohki_Yamamoto Yes, you can allow the requester user to have backend access. In order to grant them the access you either need to provide them the role which can access the platform UI or you need to modify SPEntryPage script include and update the SPEntryPage().getFirstPageURL() method to allow the requester user have access to the platform UI.
Hope this helps.