mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
36 lines
1.7 KiB
XML
36 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
- SPDX-FileCopyrightText: 2014-2016 owncloud, Inc.
|
|
- SPDX-License-Identifier: AGPL-3.0-only
|
|
-->
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>provisioning_api</id>
|
|
<name>Provisioning API</name>
|
|
<summary>This application enables a set of APIs that external systems can use to manage accounts, groups and apps.</summary>
|
|
<description>
|
|
This application enables a set of APIs that external systems can use to create, edit, delete and query account
|
|
attributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin accounts
|
|
can also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables
|
|
an admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.
|
|
Once the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions
|
|
listed above. More information is available in the Provisioning API documentation, including example calls
|
|
and server responses.
|
|
</description>
|
|
<version>1.20.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Tom Needham</author>
|
|
<namespace>Provisioning_API</namespace>
|
|
<types>
|
|
<prevent_group_restriction/>
|
|
</types>
|
|
<documentation>
|
|
<admin>admin-provisioning-api</admin>
|
|
</documentation>
|
|
<category>integration</category>
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="30" max-version="30"/>
|
|
</dependencies>
|
|
</info>
|