...
This web service sets global and cost center-based permissions and global and cost center-based notifications for a single user based on a user identity (PwsUserRef). The service returns the identity (PwsUserRef) of the user that has been updated.
Request Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
Int32 | No | Click here for more information. | 1 | |
String | Yes | Click here for more information. | AebU24OSeu9cgUOSfIwEmg== | |
CostCenterNotificationSettings | PwsCostCenterNotificationSettingDetail | No | A collection of cost center-based notification settings to apply for the user. | |
CostCenterPermissionSettings | PwsCostCenterPermissionSettingDetail | No | A collection of cost center-based permission settings to apply for the user. | |
GlobalNotificationSettings | PwsGlobalNotificationSettingDetail | No | A collection of global notification settings to apply for the user. | |
GlobalPermissionSettings | PwsGlobalPermissionSettingDetail | No | A collection of global permission settings to apply for the user. | |
UserIdentity | PwsUserRef | Yes | The user to apply the new permission and notification settings to. | |
UserTimestamp | String | No | Timestamp optionally used for user locking. |
Request Usage Example(s)
...