HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //home/dfwparty/dfwchat.net/wp-content/plugins/buddyboss-platform/cli/components/xprofile.md
#	wp bp xprofile

Manage BuddyPress XProfile.

## EXAMPLES

	# Save a xprofile data to a user with its field and value.
	$ wp bp xprofile data set --user-id=45 --field-id=120 --value=teste
	Success: Updated XProfile field "Field Name" (ID 120) with value  "teste" for user user_login (ID 45).
	
	# Create a xprofile group.
	$ wp bp xprofile group create --name="Group Name" --description="Xprofile Group Description"
	Success: Created XProfile field group "Group Name" (ID 123).
	
	# List xprofile fields.
	$ wp bp xprofile field list