aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/appinfo/info.xml
blob: b8127b9904b8b889aa389629286ea29b57ec6255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?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>