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[1..100]
- serviceRequest: PwsGetUserRq
Request Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
Int32 | No | Click here for more information | ||
String | Yes | Click here for more information | AaoSuE89vJzjNFnsXZNioA== | |
UserIdentities | PwsUserRef[1..100] | 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[1..100]
- PwsGetUserResult: PwsGetUserRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information | ||
Int32 | Click here for more information | 1 | |
Status | Click here for more information | Ok | |
DateTime | Click here for more information | 2018-10-25T14:25:22.9619849Z | |
Users | PwsUserElement[1..100] | The details of the users that were fetched |
Response Usage Example(s)
PwsGetUser - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
105 | AtLeastOneItemNotFound | At least one requested item was not found. The remaining items, if any, were returned. |
50045 | ViewPermissionDenied | You do not have permission to view this item. |
57813 | PermissionLimitedToClientUsers | User permission is limited to client users. |