API Methods: users.editProfileBlock

Description

Saves user responses for a specified profile block and field.


Authentication

This method requires authentication with 'read' permission.

API Version

Version 2

Required parameters

  • block_id
    the specified profile block
  • field_id
    the specified profile block field
  • target_user_id
    the specified user
  • userdata
    a string of data to save as the profile block field response

Optional parameters

  • None

Example response

A successful update will return the unique identifier for the new user data record.

<?xml version="1.0"?>
<response status="ok" time="Wed, 25 Mar 2009 04:34:09 +0000">
	<profile_block_items count="1">
		<profile_block_item>
			<userdata_id>63</userdata_id>
		</profile_block_item>
	</profile_block_items>
</response>