Skip to main content
PATCH
Add or remove profiles from folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the folder.

Example:

"My Folder"

profiles
string[]
required

List of profile IDs that you want to add or remove from the folder.

Example:
action
enum<string>
required

Action to perform with the profiles.

Available options:
add,
remove
Example:

"add"

Response

200 - undefined