top of page

Kiwire 3.0 API Documentation      >        Role  

Kiwire 3.0 API Documentation - Role

 

CREATE

Use POST method to create new subordinate resources.

Example request URIs

[POST] https://{{kiwire_ip}}/api/role/ Parameters Required

API 30.png

DELETE

Use DELETE method as the name applies to delete resources.

Example request URIs

[DELETE] https://{{kiwire_ip}}/api/role/{{tenant_id}}/{{groupname}}/

GET

Use GET method to retrieve resource information only and not to modify it in any way.

Example request URIs

[GET] https://{{kiwire_ip}}/api/role/ [GET] https://{{kiwire_ip}}/api/role/{{module_list}}/ [GET] https://{{kiwire_ip}}/api/role/{{tenant_id}}/{{groupname}}/

bottom of page