### GET /poweruser/v1/permissions Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Recovers the list of Permissions assignable to a Profile ```markdown ### Responses #### 200 - Operation Successful Empty response body #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X GET "https://api.example.com/poweruser/v1/permissions" ``` ``` -------------------------------- ### GET /poweruser/v1/profiles/{profile_id} Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Retrieve the details of a specific Profile according to the given profile id ```markdown ### Parameters - **profile_id** (string, path, required): The profile id ### Responses #### 200 - Operation Successful Empty response body #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X GET "https://api.example.com/poweruser/v1/profiles/{profile_id}" ``` ``` -------------------------------- ### GET /poweruser/v1/powerusers/{user_id} Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Retrieve the details of a specific Power User according to the given user id ```markdown ### Parameters - **user_id** (string, path, required): The power user id ### Responses #### 200 - Operation Successful Empty response body #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X GET "https://api.example.com/poweruser/v1/powerusers/{user_id}" ``` ``` -------------------------------- ### POST /poweruser/v1/profiles Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Create a new Profiles ```markdown ### Parameters - **body** (PoweruserProfilesCreateProfilesSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X POST "https://api.example.com/poweruser/v1/profiles" ``` ``` -------------------------------- ### POST /poweruser/v1/powerusers Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Promote a list of normal users to Power Users ```markdown ### Parameters - **body** (PoweruserPowerusersCreatePowerUsersSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X POST "https://api.example.com/poweruser/v1/powerusers" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/learning-content Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Assign Courses, Learning Plans and/or categories to Power User. The assignment of a wildcard takes priority over the assignment of specific Learning Contents. If there are more than 1000 Courses and Learning Plans their assignment will be executed as background job, Categories will be always assign immediately. ```markdown ### Parameters - **body** (PoweruserPowerusersAssignLearningContentSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/learning-content" ``` ``` -------------------------------- ### API Overview: Poweruser Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger OpenAPI specification version 1.0 ```yaml # Poweruser # Version: 1.0 OpenAPI specification # Base URL: Not specified ``` -------------------------------- ### PUT /poweruser/v1/powerusers/profiles/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for PUT /poweruser/v1/powerusers/profiles/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchAssignProfilesSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/profiles/batch" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/learning-content/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for PUT /poweruser/v1/powerusers/{user_id}/learning-content/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchAssignLearningContentSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/learning-content/batch" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/wildcards/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for PUT /poweruser/v1/powerusers/wildcards/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchAssignWildcardsSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/wildcards/batch" ``` ``` -------------------------------- ### POST /poweruser/v1/profiles/{profile_id} Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Duplicate a Profiles ```markdown ### Parameters - **body** (PoweruserProfilesDuplicateProfilesSchema, body, optional): Raw Body - **profile_id** (string, path, required): The profile id to duplicate ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X POST "https://api.example.com/poweruser/v1/profiles/{profile_id}" ``` ``` -------------------------------- ### PUT /poweruser/v1/profiles/{profile_id} Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Update an existent Profile ```markdown ### Parameters - **body** (PoweruserProfilesUpdateProfileSchema, body, optional): Raw Body - **profile_id** (string, path, required): The profile id to update ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/profiles/{profile_id}" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/catalogs Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Assign Catalogs to Power User. If there are more than 1000 Catalogs the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersAssignCatalogSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/catalogs" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/catalogs/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for PUT /poweruser/v1/powerusers/{user_id}/catalogs/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchAssignCatalogSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/catalogs/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/learning-content Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Unassign Courses, Learning Plans and/or Categories from Power User assignments. If there are more than 1000 Learning Content the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersUnassignLearningContentSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/learning-content" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/channels Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Assign Channels to Power User, if there are more than 1000 Channels the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersAssignChannelsSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/channels" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id} Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Update an existent Power User, a Power User can not have more than 10 profiles ```markdown ### Parameters - **body** (PoweruserPowerusersUpdatePowerUserSchema, body, optional): Raw Body - **user_id** (string, path, required): The power user id to update ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/wildcards Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Assign a Wildcard to Power Users, if there are more than 10 unique pair of power user - wildcard the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersAssignWildcardsSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/wildcards" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/branches Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Assign Branches to Power User ```markdown ### Parameters - **body** (PoweruserPowerusersAssignBranchSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/branches" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/users Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Assign Users to Power User. If there are more than 1000 Users the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersAssignUserSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/users" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/users/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for PUT /poweruser/v1/powerusers/{user_id}/users/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchAssignUserSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/users/batch" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/locations/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for PUT /poweruser/v1/powerusers/{user_id}/locations/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchAssignLocationSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/locations/batch" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/communities Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for PUT /poweruser/v1/powerusers/{user_id}/communities ```markdown ### Parameters - **body** (PoweruserPowerusersAssignCommunitiesSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/communities" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/groups/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for PUT /poweruser/v1/powerusers/{user_id}/groups/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchAssignGroupSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/groups/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/learning-content/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/powerusers/{user_id}/learning-content/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchUnassignLearningContentSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/learning-content/batch" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/locations Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Assign Locations to Power User, if there are more than 1000 Locations the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersAssignLocationSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/locations" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/{user_id}/groups Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Assign Groups to Power User. If there are more than 1000 Groups the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersAssignGroupSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/{user_id}/groups" ``` ``` -------------------------------- ### PUT /poweruser/v1/powerusers/profiles Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Assign profiles to Power Users, if there are more than 100 unique pair of power user - profile the operation will be executed as background job. A Power User can not have more than 10 profiles ```markdown ### Parameters - **body** (PoweruserPowerusersAssignProfilesSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X PUT "https://api.example.com/poweruser/v1/powerusers/profiles" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/profiles/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/powerusers/profiles/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchUnassignProfilesSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/profiles/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/catalogs Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Unassign Catalogs from Power User. If there are more than 1000 Catalogs the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersUnassignCatalogSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/catalogs" ``` ``` -------------------------------- ### DELETE /poweruser/v1/profiles/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/profiles/batch ```markdown ### Parameters - **body** (PoweruserProfilesBatchDeleteProfilesSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/profiles/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/profiles Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Delete one or more Profiles ```markdown ### Parameters - **body** (PoweruserProfilesDeleteProfilesSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/profiles" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/catalogs/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/powerusers/{user_id}/catalogs/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchUnassignCatalogSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/catalogs/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Unassign one or more Power Users ```markdown ### Parameters - **body** (PoweruserPowerusersUnassignPowerUserSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/powerusers/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchunassignPowerUserSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/users Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Unassign Users from Power User, if there are more than 1000 Users the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersUnassignUserSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/users" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/users/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/powerusers/{user_id}/users/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchUnassignUserSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/users/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/branches/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/powerusers/{user_id}/branches/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchUnassignBranchSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/branches/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/groups/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/powerusers/{user_id}/groups/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchUnassignGroupSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/groups/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/profiles Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Unassign one or more Profiles from one or more Power Users, if there are more than 100 unique pair of power user - profile the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersUnassignProfilesSchema, body, optional): Raw Body ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/profiles" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/groups Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Unassign Groups from Power User. If there are more than 1000 Groups the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersUnassignGroupSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/groups" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/locations/batch Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/powerusers/{user_id}/locations/batch ```markdown ### Parameters - **body** (PoweruserPowerusersBatchUnassignLocationSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/locations/batch" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/locations Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Unassign Locations from Power User, if there are more than 1000 Locations the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersUnassignLocationSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/locations" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/communities Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger API endpoint for DELETE /poweruser/v1/powerusers/{user_id}/communities ```markdown ### Parameters - **body** (PoweruserPowerusersRemoveCommunitiesSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/communities" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/branches Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Unassign Branches from Power User. If there are more than 1000 Branches the operation will be executed as background job ```markdown ### Parameters - **body** (PoweruserPowerusersUnassignBranchSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/branches" ``` ``` -------------------------------- ### DELETE /poweruser/v1/powerusers/{user_id}/channels Source: https://doceboapi.docebosaas.com/poweruser/v1/swagger Remove a list of Channels assigned to a specific Power User according to the given filters ```markdown ### Parameters - **body** (PoweruserPowerusersUnassignChannelsSchema, body, optional): Raw Body - **user_id** (string, path, required): Power user id ### Responses #### 200 - Operation Successful Empty response body #### 400 - General Error General Error #### 401 - Your request was made with invalid credentials. Your request was made with invalid credentials. #### 403 - Permission denied Permission denied #### 500 - Internal server error Internal server error ### Example Usage ```bash curl -X DELETE "https://api.example.com/poweruser/v1/powerusers/{user_id}/channels" ``` ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.