Overview
This web service retrieves a list of user records (PwsUserElement), based upon a list of unique resource identifiers (PwsUserRef).
Request Format
PwsGetUser Request
- PwsGetUser
- serviceRequest: PwsGetUserRq
- RequestId: Int32
- SessionTicket: String
- UserIdentities: PwsUserRef[]
- serviceRequest: PwsGetUserRq
Request Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
RequestId | Int32 | No | Click here for more information | |
SessionTicket | String | Yes | Click here for more information | |
UserIdentities | Yes | One or more (up to 100) user identities to be retrieved |
Request Usage Example(s)
Response Format
PwsGetUser Response
- PwsGetUserResponse
- PwsGetUserResult: PwsGetUserRs
- Messages: PwsMessage[]
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- Users: PwsUserElement[]
- PwsGetUserResult: PwsGetUserRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information | ||
ResponseId | Int32 | Click here for more information | |
Status | RequestStatus | Click here for more information | |
ServerTimestampUtc | DateTime | Click here for more information | |
Users | The details of the users that were fetched |
Response Usage Example(s)
PwsGetResource - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings