Partner API:User Services
From Developer Wiki
- Getting Started
- Web Services
Participants who interact with Mozes are all assigned a Mozes ID. This ID is used in all API calls that involve participants.
- user/lookup
- Creates a new Mozes ID or retrieves an existing one for a user based on the mobile number passed.
- user/add_attributes (deprecated)
- Assign attributes to a user. For now, these attributes provided as a convenience for clients to assign any attributes that might be needed for reporting purposes. The data is stored within the context of a project. If an attribute is already set for user within a project, any subsequent inserts will overwrite the older entry.
- user/remove_attribute (deprecated)
- Removes an attribute that was previously assigned to a user for the provided project.
- user/get_attribute (deprecated)
- Retrieves a single attribute for a user.
- user/get_attributes (deprecated)
- Retrieves all of the attributes for a user under the provided project.