Tag Name & type | # | Description |
---|
ProfileReadRequest | | Namespace of this element is http://ws.easylink.com/ProfileRead/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| ProfileLevel ProfileLevelType | 1 | The level of profile information being requested - one of:
("system" is not accepted for a ProfileReadRequest) |
| ProfileEntityId xs:integer | 1 | The entity id number for which profile information is being requested. For user level, this must be the UserAccountNumber. For group level, this must be the GroupNo. For customer level, this must be the CustomerNumber. |
ProfileEntityName ProfileEntityNameType | 1 | Requests for user level information may use the user id string in this value as an alternative to the ProfileEntityId. This is only available for user level requests.
This field may also identify a user using a recognized alias (similar to RequesterId) by specifing the type of alias in the aliasType attribute. |
| @aliasType xs:string | 0-1 | If the ProfileEntityName contains an alias rather than a user id, the type of the alias must be specified using this attribute.
The following alias type prefixes are supported:
- M2F
- F2M
- SMS
- MPI
- INTERNET
- INBOUND_FAX
- SMS_SHORT_CODE
- MOBILE_PHONE_ID
|
| ReturnFieldInfo xs:boolean | 0-1 | Boolean value indicating full profile item detail ("true") or minimal profile detail ("false"). Default is false.
Full detail is returned in ProfileFieldInfo. |