- Getting Started
- Overview
- Authentication
- Pagination
- Querying and Sorting
- Rate Limit
- Scope
- Identity
- Activity
- Analytics
- Attachment
- Customer Table
- Create Customer Table
- Get All Customer Tables
- Get Count of All Customer Tables
- Get Customer Table by ID
- Patch Customer Table Attributes by ID
- Delete Customer Table by ID
- Add header to Customer Table
- Get all Customer Table Headers
- Get Customer Table Header by ID
- Patch Customer Table Header Attributes by ID
- Delete Customer Table Header by ID
- Add Record to Customer Table
- Get All Records in Customer Table
- Get Count of All Records in Customer Table
- Get Record in Customer Table by ID
- Filter Records in Customer Table
- Count of Filtered Records in Customer Table
- Patch Record Attributes in Customer Table by ID
- Delete Record in Customer Table by ID
- Card
- User Invite
- Global User Invite
- Identities
- Company
- Company Settings
- Global User
- Get All Global Users
- Get Count Of All Global Users
- Sign Up Global User
- Resend Confirmation Passcode
- Confirm Sign Up
- Sign In
- Refresh Token
- Change password
- Initiate Forward Password
- Confirm Forgot Password
- Get Global User By Email
- Get Global User by Token
- Add Mobile App Device Token
- Remove Mobile App Device Token
- Get Global User By ID
- Patch Global User Attributes
- Delete Global User By ID
- Local User
- Security Group
- Get all Security GroupsGET
- Create Security GroupPOST
- Filter Security GroupsPOST
- Add Local User in Security GroupPOST
- Remove Local User in Security GroupPOST
- Add User Group in Security GroupPOST
- Remove User Group in Security GroupPOST
- Check if Local User can perform Action on FeaturePOST
- Check if Local User can perform Action on Feature BatchPOST
- Get All Actions Local User can perform on featurePOST
- Get all Security Groups by Feature & ActionPOST
- Get Security Group by IDGET
- Get Security Group by ID CopyDELETE
- User Group
- Get all User Groups
- Create User Group
- Filter User Groups
- Add Local User to User Group
- Remove Local User from User Group
- Add User Group to User Group
- Remove Local User from User Group Copy
- Check Local User Membership in User Group
- Get all User Groups a Local User is member of
- Get all User Groups a Local User is directly member of
- Get all User Groups a User Group is member of
- Create User Group by ID
- Patch User Group Attributes by ID
- Delete User Group by ID
- Template
- Create Template
- Create Template from System Template
- Get All Templates in Category
- Get Count of All Templates in Category
- Filter All Templates in Category
- Count of Filtered Templates in Category
- Get Templates by ID in Category
- Resolve Template by ID
- Patch Templates Attributes by ID in Category
- Delete Templates by ID in Category
- Schedulable Trigger
- User Todo
- Workflow
Get All Actions Local User can perform on feature
QAL
QAL
POST
/v1/identityManagement/securityGroups/getAllActionsLocalUserCanPerformOnFeature
Request
Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Body Params application/json
localUserId
stringÂ
required
feature
enum<string>Â
required
Allowed values:
WORKFLOWCOMPANY_LEVELCOMPANY_SETTINGSUSERSUSER_GROUPSBILLINGWHATSAPP_TEMPLATESEMAIL_TEMPLATESMESSAGE_TEMPLATESUSER_DATABASE
featureReferenceId
stringÂ
required
Example
{
"localUserId": "string",
"feature": "WORKFLOW",
"featureReferenceId": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.qal.eazy2biz.com/v1/identityManagement/securityGroups/getAllActionsLocalUserCanPerformOnFeature' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw ''
Responses
🟢200Success
application/json
Body
array[string]
optional
Example
[
"string"
]
Modified at 2024-07-08 13:30:46