Feb 27, 2012 12:48 PM CST
ONEsite will be updating the onesite.display_user XML-RPC API call in order to remove extraneous characters from the NAME tag for the fields listed below. This may require you to update your SSO integration code if you have any custom logic in place to account for this.
As outlined below, these fields currently include both leading and trailing spaces as well as commas. The value on the left shows the incorrect format in use now. The value on the right shows the corrected value after this update is made.
" address2" -> "address2"
" city" -> "city"
" state" -> "state"
" zip" -> "zip"
" country" -> "country"
" node_id" -> "node_id"
" last_blog_visited" -> "last_blog_visited"
" personal_quote" -> "personal_quote"
"dob_display " -> "dob_display"
"user_type " -> "user_type"
" email_notification" -> "email_notification"
"geo_zip " -> "geo_zip"
" geo_market" -> "geo_market"
"last_activity," -> "last_activity"
We plan to release this update in our Tuesday, March 13th code deployment. Please contact support@onesite.com if you have any questions or if you need more time to make any necessary changes.
Thank you,
ONEsite support