DocsAPI ReferenceMember/bff/member/permission-templates/create
postMemberAdmin BFF

/bff/member/permission-templates/create

Create a permission template

MemberpostBffMemberPermission-templatesCreate

Parameters

5 body

5 total
Body · 5
namestringRequired

Display name; unique within the organisation.

descriptionstring
colorstring

Hex like "#ec6c50" for chip styling.

permissionCodesstring[]
roleCodesstring[]

Request

POST /bff/member/permission-templates/create

post
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.

Get API Key