Access Control
Access Control APIs
API specs to map actions to roles.
Get the list of actions based on the input parameters.
The list of role codes.
The list of feature id's.
unique API ID
API version
response timestamp YYYY-MM-DDThh:mm:ss+/-nn:nn (timezone defaulted to +5.30)
api action like GET/POST/PUT/DELETE in case of http calls
device UUID from which API is called
API key (dynamic)
unique request message id, UUID, for handling API idempotency
UserId of the user calling
//session/jwt/saml token/oauth token
Successful response
Invalid input.
To create new action(s) in the system. An action entry is required for each and every path to authenticate the access based on the assigned role of an user.
action master
if enabled or not
unique id for feature
left icon
url for navigating
right icon
codes specifying role
Unique Identifier of the tenant, Like AP, AP.Kurnool etc.
Action(s) created sucessfully
Action(s) creation failed
To update the existing action(s) in the system.
action master
if enabled or not
unique id for feature
left icon
url for navigating
right icon
codes specifying role
Unique Identifier of the tenant, Like AP, AP.Kurnool etc.
Update action(s) successful
Update action(s) failed
Create mapping for feature and role.
List of Role Id to be provided for mapping it to feature.
Unique Identifier of the tenant, Like AP, AP.Kurnool etc.
Successful response
Invalid input.
Get the list of roles based on role codes in the input parameters.
The list of comma separated codes to filter Roles against. No providing any would end up in all Roles as there is nothing to filter against
Successful response
Invalid input.
Last updated
Was this helpful?