/
KA
kameleo-io
/
kameleo-local-api
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 7d ago
View markdown
kameleo-io
kameleo-local-api
get
Retrieve the sharing options available for folders. Use this endpoint to review the list of users and roles that can access your folder resources.
v7
latest
OpenAPI 3.0.4
raw.githubusercontent.com
2026-08-03
32
67
145.4 KB
Cookie
3
Fingerprint
1
Folder
9
get
Retrieve the complete list of folders in your workspace. Use this endpoint to see the entire folder hierarchy - including subfolders and unassigned profiles.
get
Fetch detailed information for a specific folder by its unique GUID. Use this to review the folder’s metadata, contained profiles, and sharing settings.
put
Updates the details of an existing folder, not including its content.
delete
Deletes a folder along with all its subfolders. Profiles within the folder will either be deleted or moved to the top-level based on the query parameters.
post
Create a new folder in your workspace by providing a human-readable name in the request body. Use this to organize your profiles effectively.
post
Adds the given profile to the specified folder.
delete
Removes the given profile from the specified folder.
get
Retrieve the sharing options available for folders. Use this endpoint to review the list of users and roles that can access your folder resources.
post
Update the sharing settings for a folder by submitting a list of share access rules (user and role details) in the request body. Use this to adjust access permissions as needed.
General
3
Kernel
3
Profile
13
Folder
Retrieve the sharing options available for folders. Use this endpoint to review the list of users and roles that can access your folder resources.
get
/folders/share
Response
OK
SharingOptionsResponse
required
users
User[]
nullable
List of users in your team.
roles
GroupRole[]
nullable
List of roles you can give the users.