33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<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 users, groups and apps.</summary>
|
|
<description>
|
|
This application enables a set of APIs that external systems can use to create, edit, delete and query user
|
|
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.
|
|
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.10.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Tom Needham</author>
|
|
<namespace>Provisioning_API</namespace>
|
|
<default_enable/>
|
|
<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="20" max-version="20"/>
|
|
</dependencies>
|
|
</info>
|