user/metadata

Returns a hash of application user data for a single user of for all users passed in the ids parameter.

Usage

https://www.geni.com/api/user/metadata

Parameters

Name Type Description Required
ids String Comma separated list of ids of users you would like to get metadata for. false

Returned Fields

Name Type Description
data Hash Custom metadata in JSON format stored by your application.
Note: Blank fields will not be returned to save bandwidth.

rails-1a-001