Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://cloud.kaneo.app/api/auth/organization/has-permission \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "permissions": {}, "permission": {} } '
{ "success": true, "error": "<string>" }
Check if the user has permission
Bearer token authentication
The permission to check
Success
Was this page helpful?