resolve group refs
/members/{member}/groups/{group}/resolverefs [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.3100 | 5.9900 | xml |
Description
Resolve xrefs for a group.
Invoking this service starts an Asynchronous process.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
start-thread | Whether the resolve xrefs thread should be started | no | boolean | true |
Permission
Requires group manager permissions.
Response
This service returns the following XML:
<xref-resolution> <thread ...> ... </thread> </xref-resolution>
If the thread is not started (if parameter start-thread
is set to false
), then only the number of URIs to parse is returned like so:
<total-uris>125</total-uris>
Error Handling
Code | Cause / Description |
---|---|
0x1205 | The URI is not a folder |
0x1204 | There is no default Group URI |
0x1219 | URI is in the default group folder for another group |
0x1405 | Invalid group folder ID |
0x1406 | Group folder is in the default group folder for another group |