This object represents a role of your access control system. It lets you manage the role that ging to be assigned to the clients in your program.
Endpoint
GET /get_all_role_by_createdby_id
GET /get_role_by_id
POST /save_role
DELETE /delete_role
Role Object
Attributes
- role_id string
- Unique identifier for the object.
- name string
- created_date_time string
- Date and time when the role is created.
- created_by_id string
- The user who created the role.
Role Attribute Object
The client attribute object cannot be null. It need to be assigned at least with a [ ]
Attributes
- role_attribute_id string
- Unique identifier for the object.
- key string
- The role’s attribute key.
- value string
- The role’s attribute value.
- role string
- The role who own the attributes.
- added_date_time string
- The date and time when the attribute is added
Get All Roles
Get Role by Id
Save Role