DocsError CodesPERMISSION_MEMBER_HAS_NO_PERMISSION
Permission

PERMISSION_MEMBER_HAS_NO_PERMISSION

Member has no permission.

The authenticated member is part of the organisation but their role does not grant access to the requested module or action. Attach the module/action as parametric context when throwing — e.g. `throw ApiError("PERMISSION_MEMBER_HAS_NO_PERMISSION", "calendar:update")`.

Example Error Response

JSON format

{
"error": {
"code": "PERMISSION_MEMBER_HAS_NO_PERMISSION",
"message": "Member has no permission.",
"description": "The authenticated member is part of the organisation but their role does not grant access to the requested module or action. Attach the module/action as parametric context when throwing — e.g. `throw ApiError(\"PERMISSION_MEMBER_HAS_NO_PERMISSION\", \"calendar:update\")`."
}
}

Troubleshooting Steps

Follow these steps to resolve this error

1

Ask an organisation administrator to grant the missing permission to your role.

2

Verify in the admin UI that the role really lacks this permission (sometimes a parent permission is needed).

System Logs

For detailed system information about this error, check the system logs in your BizKitHub Admin dashboard. We provide transparent access to all system logs including detailed error information, request traces, and debugging data.

Need Help?

If you're still experiencing issues after following the troubleshooting steps, our support team is here to help.

Contact Support

Last updated: May 19, 2026