MemberpostBffMemberPermission-templatesCreate
Parameters
5 body
Body · 5
namestringRequiredDisplay name; unique within the organisation.
descriptionstringcolorstringHex like "#ec6c50" for chip styling.
permissionCodesstring[]roleCodesstring[]Request
POST /bff/member/permission-templates/create
curl -X POST "https://api.bizkithub.com/bff/member/permission-templates/create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"name": "example_name",
"description": "example_description",
"color": "example_color",
"permissionCodes": [
"string"
],
"roleCodes": [
"string"
]
}'Response
JSON payload
{
"id": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.