2014-12-22 16:54:50 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info>
|
|
|
|
<id>provisioning_api</id>
|
|
|
|
<name>Provisioning API</name>
|
|
|
|
<description>
|
|
|
|
This application enables a set of APIs that external systems can use to create, edit, delete and query user
|
2017-04-12 07:16:27 +03:00
|
|
|
attributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users
|
|
|
|
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.
|
2014-12-22 16:54:50 +03:00
|
|
|
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>
|
|
|
|
<licence>AGPL</licence>
|
|
|
|
<author>Tom Needham</author>
|
|
|
|
<default_enable/>
|
|
|
|
<documentation>
|
|
|
|
<admin>admin-provisioning-api</admin>
|
|
|
|
</documentation>
|
2017-05-22 11:35:25 +03:00
|
|
|
<version>1.3.0</version>
|
2016-05-11 20:38:49 +03:00
|
|
|
<namespace>Provisioning_API</namespace>
|
2015-01-28 21:01:00 +03:00
|
|
|
<types>
|
2016-01-14 17:22:36 +03:00
|
|
|
<prevent_group_restriction/>
|
2015-01-28 21:01:00 +03:00
|
|
|
</types>
|
2015-10-17 09:42:04 +03:00
|
|
|
<dependencies>
|
2017-05-22 11:32:05 +03:00
|
|
|
<nextcloud min-version="13" max-version="13" />
|
2015-10-17 09:42:04 +03:00
|
|
|
</dependencies>
|
2014-12-22 16:54:50 +03:00
|
|
|
</info>
|