Web Services Developer's Guide → Web Services API Reference → SBM Administrative Web Services → Common Types → UserIdentifier
The UserIdentifier type holds the identification information for a user. The UserIdentifier type parameters are listed below.
Name | Type | Description |
---|---|---|
identifier | Extension. See Identifier. | Generic identification extension base. Holds the displayName, id, and uuid for a user. |
loginId | string | The unique login ID for the user. |
The UserIdentifier is the identifier that can be used in Web service methods to uniquely identify a user. The UserIdentifier contains the generic information about a user (including the display name, ID, and UUID) in addition to the login ID for the user.
The following XML shows UserIdentifier as seen in a typical call.
<urn:user> <urn:displayName>Joe Manager</urn:displayName> <urn:id>2</urn:id> <urn:uuid>85a33f0b-9542-43fe-90c1-e152eeea777f</urn:uuid> <urn:loginId>joe</urn:loginId> </urn:user>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.