Hoiio Open API logo Hoiio Open API

Definition

https://secure.hoiio.com/open/organization/get_members

Parameters

app_id string
Application ID assigned to your application.
access_token string
Access Token assigned to your application.

Documentation

The Organization API is reserved for Connect Developers only. Connect developers are by invitation only. This API allows you to query the list of members in the organization of the owner of the access_token.

Response Parameters

status The result of your request. Refer to Result Status for details.
entries_count The number of SMS history entries returned in this response.
entries This parameter is returned as a list. Each entry in the list represents a transaction. The parameters for each entry are:
uid The unique identify of the member
photos Array if photos with height, width and src attributes
mobile_number Registered number of the member
email Email of the member
name Name of the member

Result Status

success_ok The request has been processed successfully.
error_invalid_http_method Invalid HTTP method. Only GET or POST are allowed.
error_malformed_params HTTP POST request parameters contains non-readable bytes.
error_X_param_missing A required parameter is missing. X is the name of the parameter that is missing.
error_invalid_access_token Your Access Token is invalid, expired or has been revoked.
error_invalid_app_id Your Application ID is invalid or has been revoked.
error_rate_limit_exceeded You have exceeded your request limit for this API. Refer to API Limits for details.
error_internal_server_error There is an unexpected error. Please contact Hoiio support for assistance.

API Limits

None.

Charges

There is no charge applicable to this API.