Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → GroupIdentifier
The GroupIdentifier type holds the identification information for a user group. The GroupIdentifier type parameters are listed below.
Name | Type | Description |
---|---|---|
identifier | Extension. See Identifier. | Generic identification extension base. Holds the displayName, id, and uuid for a group. |
The GroupIdentifier is the identifier that can be used in Web service methods to uniquely identify a group. The GroupIdentifier contains the generic information about a group (including the display name, ID, and UUID).
The following XML shows GroupIdentifier as seen in a typical call.
<urn:group> <urn:displayName>CR Submitters</urn:displayName> <urn:id>11</urn:id> <urn:uuid>cf83a358-d7fb-4b96-8f98-ed532c66cd0a</urn:uuid> </urn:group>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.