Get All User Properties

GET https://amplitude.com/api/2/taxonomy/user-property

Retrieves all user properties in your account. This call doesn't have any required parameters.

RESPONSES

status: OK

{"success":true,"data":[{"user_property":"device_id","description":null,"type":null,"enum_values":null,"regex":null,"is_array_type":false},{"user_property":"event_id","description":null,"type":null,"enum_values":null,"regex":null,"is_array_type":false},{"user_property":"amplitude_id","description":null,"type":null,"enum_values":null,"regex":null,"is_array_type":false},{"user_property":"location_lat","description":null,"type":null,"enum_values":null,"regex":null,"is_array_type":false},{"user_property":"location_lng","description":null,"type":null,"enum_values":null,"regex":null,"is_array_type":false},{"user_property":"server_upload_time","description":null,"type":null,"enum_values":null,"regex":null,"is_array_type":false},{"user_property":"session_id","description":null,"type":null,"enum_values":null,"regex":null,"is_array_type":false},{"user_property":"user_id","description":null,"type":null,"enum_values":null,"regex":null,"is_array_type":false}]}