Retrieve profiles by conditions
Retrieve profiles by conditions
Authorizations:Token
Query Parameters
| _cnd[anonymous] | booleanShows only anonymous (true) or registered (false) user profiles |
| _cnd[orderId] | integerFilters profiles by order id |
| _cnd[referer] | stringFilters profiles by referer |
| _cnd[membership] | integerFilters profiles by membership id |
| _cnd[roles] | integerFilters profiles by role(s) |
| _cnd[permissions] | stringFilters profiles by available permission code(s) |
| _cnd[language] | stringFilters profiles by language |
| _cnd[pattern] | stringFilters profiles by name or email substring |
| _cnd[phone] | stringFilters profiles by phone number |
| _cnd[login] | stringFilters profiles by email (OR clause) |
| _cnd[andLogin] | stringFilters profiles by email (AND clause) |
| _cnd[state] | stringFilters profiles by state id (for countries with states) |
| _cnd[customState] | stringFilters profiles by custom state name |
| _cnd[address] | stringFilters profiles by address id |
| _cnd[userType] | stringFilters profiles by user type |
| _cnd[onlyReal] | booleanExclude profile copies (snapshots for certain order) |
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) |
| _cnd[orderBy] | Array of stringsSets sorting order field |
Responses
200Success
Response schema:
Success Array
| socialLoginProvider | string |
| socialLoginId | string |
| gaClientId | string |
| conciergeUserId | string |
| mail_chimp_lists | Array |
| mail_chimp_interests | Array |
| mail_chimp_segments | Array |
| conversations | Array |
| profile_id | integer |
| login | string |
| password | string |
| password_hint | string |
| password_hint_answer | string |
| passwordResetKey | string |
| passwordResetKeyDate | integer |
| access_level | integer |
| cms_profile_id | integer |
| cms_name | string |
| added | integer |
| first_login | integer |
| last_login | integer |
| status | string |
| statusComment | string |
| referer | string |
| order | |
| event | Array |
| language | string |
| last_shipping_id | integer |
| last_payment_id | integer |
| membership | object |
| pending_membership | object |
| addresses | Array |
| roles | Array |
| anonymous | boolean |
| forceChangePassword | boolean |
| dateOfLoginAttempt | integer |
| countOfLoginAttempts | integer |
| searchFakeField | string |
| xcPendingExport | boolean |
| lastCheckoutEmail | string |