archive group
/members/{member}/groups/{group}/archive [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.9500 | 5.9500 | xml, json |
Description
Archive the group.
Invoking this service starts an Asynchronous process.
The thread does the following:
- Prefix the group name with ‘archive-’ and add the archive flag.
- Create any missing archive parent project.
- Modify the default group URI and all the URIs below.
Parameters
No parameters required – the group is already specified in the path component of the URL.
Permission
This service requires manager or higher.
Response
This service returns the following XML:
<group-archive> <thread ...> ... </thread> </group-archive>
Error Handling
No specific errors expected for this service.
See logs for more details about the effect of this service.