This object represents a client of your access control system. It lets you manage the clients’ accessibility to your program.
Endpoint
GET /get_all_client_by_createdby_id
GET /get_client_by_id
POST /save_client
DELETE /delete_client
Client Object
Attributes
- client_id string
- Unique identifier for the object.
- name string
- created_date_time string
- Date and time when the client is created.
- created_by_id string
- The user who created the client.
Client Attribute Object
The client attribute object cannot be null. It need to be assigned at least with a [ ]
Attributes
- client_attribute_id string
- Unique identifier for the object.
- key string
- The client’s attribute key.
- value string
- The client’s attribute value.
- client string
- The client who own the attributes.
- added_date_time string
- The date and time when the attribute is added
Get All Clients
Get Client by Id
Save Client