Search users by tags.
curl -X GET \
-H "QB-Token: bdbb2bd5abb81b1d7fe7be03db9305b46e012bba" \
https://api.quickblox.com/users/by_tags.json?tags=android,web
{
"current_page": 1,
"per_page": 10,
"total_entries": 2,
"items": [
{
"user": {
"id": 96754523,
"full_name": "Alex Miller",
"email": "alex@gmail.com",
"login": "Alex",
"phone": "+3123555",
"website": "https://mysite.com",
"created_at": "2019-08-27T21:08:55Z",
"updated_at": "2019-08-27T21:08:55Z",
"last_request_at": null,
"external_user_id": 126672,
"facebook_id": "888766",
"twitter_id": "982366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
},
{
"user": {
"id": 96831328,
"full_name": "Morgan Fuller",
"email": "morgan@gmail.com",
"login": "Morgan",
"phone": "+131234215",
"website": "https://mysite.com",
"created_at": "2019-08-29T19:13:49Z",
"updated_at": "2019-08-29T19:13:49Z",
"last_request_at": null,
"external_user_id": 1712,
"facebook_id": "18866",
"twitter_id": "19366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
}
]
}
List users by tags with API key
1. Use 'Authorization' header to pass API key
curl -X GET \
-H 'Content-Type: application/json' \
-H 'Authorization: ApiKey 28irlNAGasWDSupO9Vw0BBMZfuHrAUYKpmroS9yBORI' \
https://api.quickblox.com/users/by_tags.json?tags=android,web
2. As a result, the API returns a list of users
curl -X GET \
-H 'Content-Type: application/json' \
-H 'Authorization: ApiKey 28irlNAGasWDSupO9Vw0BBMZfuHrAUYKpmroS9yBORI' \
https://api.quickblox.com/users/by_tags.json?tags=android,web
ApiKey {your_api_key}
. Must be used either QB-Token or Authorization.200
A successful response
Show properties
Show properties
curl -X GET \
-H "QB-Token: bdbb2bd5abb81b1d7fe7be03db9305b46e012bba" \
https://api.quickblox.com/users/by_tags.json?tags=android,web
{
"current_page": 1,
"per_page": 10,
"total_entries": 2,
"items": [
{
"user": {
"id": 96754523,
"full_name": "Alex Miller",
"email": "alex@gmail.com",
"login": "Alex",
"phone": "+3123555",
"website": "https://mysite.com",
"created_at": "2019-08-27T21:08:55Z",
"updated_at": "2019-08-27T21:08:55Z",
"last_request_at": null,
"external_user_id": 126672,
"facebook_id": "888766",
"twitter_id": "982366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
},
{
"user": {
"id": 96831328,
"full_name": "Morgan Fuller",
"email": "morgan@gmail.com",
"login": "Morgan",
"phone": "+131234215",
"website": "https://mysite.com",
"created_at": "2019-08-29T19:13:49Z",
"updated_at": "2019-08-29T19:13:49Z",
"last_request_at": null,
"external_user_id": 1712,
"facebook_id": "18866",
"twitter_id": "19366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
}
]
}
Was this page helpful?
curl -X GET \
-H "QB-Token: bdbb2bd5abb81b1d7fe7be03db9305b46e012bba" \
https://api.quickblox.com/users/by_tags.json?tags=android,web
{
"current_page": 1,
"per_page": 10,
"total_entries": 2,
"items": [
{
"user": {
"id": 96754523,
"full_name": "Alex Miller",
"email": "alex@gmail.com",
"login": "Alex",
"phone": "+3123555",
"website": "https://mysite.com",
"created_at": "2019-08-27T21:08:55Z",
"updated_at": "2019-08-27T21:08:55Z",
"last_request_at": null,
"external_user_id": 126672,
"facebook_id": "888766",
"twitter_id": "982366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
},
{
"user": {
"id": 96831328,
"full_name": "Morgan Fuller",
"email": "morgan@gmail.com",
"login": "Morgan",
"phone": "+131234215",
"website": "https://mysite.com",
"created_at": "2019-08-29T19:13:49Z",
"updated_at": "2019-08-29T19:13:49Z",
"last_request_at": null,
"external_user_id": 1712,
"facebook_id": "18866",
"twitter_id": "19366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
}
]
}
Search users by tags.
curl -X GET \
-H "QB-Token: bdbb2bd5abb81b1d7fe7be03db9305b46e012bba" \
https://api.quickblox.com/users/by_tags.json?tags=android,web
{
"current_page": 1,
"per_page": 10,
"total_entries": 2,
"items": [
{
"user": {
"id": 96754523,
"full_name": "Alex Miller",
"email": "alex@gmail.com",
"login": "Alex",
"phone": "+3123555",
"website": "https://mysite.com",
"created_at": "2019-08-27T21:08:55Z",
"updated_at": "2019-08-27T21:08:55Z",
"last_request_at": null,
"external_user_id": 126672,
"facebook_id": "888766",
"twitter_id": "982366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
},
{
"user": {
"id": 96831328,
"full_name": "Morgan Fuller",
"email": "morgan@gmail.com",
"login": "Morgan",
"phone": "+131234215",
"website": "https://mysite.com",
"created_at": "2019-08-29T19:13:49Z",
"updated_at": "2019-08-29T19:13:49Z",
"last_request_at": null,
"external_user_id": 1712,
"facebook_id": "18866",
"twitter_id": "19366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
}
]
}
List users by tags with API key
1. Use 'Authorization' header to pass API key
curl -X GET \
-H 'Content-Type: application/json' \
-H 'Authorization: ApiKey 28irlNAGasWDSupO9Vw0BBMZfuHrAUYKpmroS9yBORI' \
https://api.quickblox.com/users/by_tags.json?tags=android,web
2. As a result, the API returns a list of users
curl -X GET \
-H 'Content-Type: application/json' \
-H 'Authorization: ApiKey 28irlNAGasWDSupO9Vw0BBMZfuHrAUYKpmroS9yBORI' \
https://api.quickblox.com/users/by_tags.json?tags=android,web
ApiKey {your_api_key}
. Must be used either QB-Token or Authorization.200
A successful response
Show properties
Show properties
curl -X GET \
-H "QB-Token: bdbb2bd5abb81b1d7fe7be03db9305b46e012bba" \
https://api.quickblox.com/users/by_tags.json?tags=android,web
{
"current_page": 1,
"per_page": 10,
"total_entries": 2,
"items": [
{
"user": {
"id": 96754523,
"full_name": "Alex Miller",
"email": "alex@gmail.com",
"login": "Alex",
"phone": "+3123555",
"website": "https://mysite.com",
"created_at": "2019-08-27T21:08:55Z",
"updated_at": "2019-08-27T21:08:55Z",
"last_request_at": null,
"external_user_id": 126672,
"facebook_id": "888766",
"twitter_id": "982366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
},
{
"user": {
"id": 96831328,
"full_name": "Morgan Fuller",
"email": "morgan@gmail.com",
"login": "Morgan",
"phone": "+131234215",
"website": "https://mysite.com",
"created_at": "2019-08-29T19:13:49Z",
"updated_at": "2019-08-29T19:13:49Z",
"last_request_at": null,
"external_user_id": 1712,
"facebook_id": "18866",
"twitter_id": "19366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
}
]
}
Was this page helpful?
curl -X GET \
-H "QB-Token: bdbb2bd5abb81b1d7fe7be03db9305b46e012bba" \
https://api.quickblox.com/users/by_tags.json?tags=android,web
{
"current_page": 1,
"per_page": 10,
"total_entries": 2,
"items": [
{
"user": {
"id": 96754523,
"full_name": "Alex Miller",
"email": "alex@gmail.com",
"login": "Alex",
"phone": "+3123555",
"website": "https://mysite.com",
"created_at": "2019-08-27T21:08:55Z",
"updated_at": "2019-08-27T21:08:55Z",
"last_request_at": null,
"external_user_id": 126672,
"facebook_id": "888766",
"twitter_id": "982366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
},
{
"user": {
"id": 96831328,
"full_name": "Morgan Fuller",
"email": "morgan@gmail.com",
"login": "Morgan",
"phone": "+131234215",
"website": "https://mysite.com",
"created_at": "2019-08-29T19:13:49Z",
"updated_at": "2019-08-29T19:13:49Z",
"last_request_at": null,
"external_user_id": 1712,
"facebook_id": "18866",
"twitter_id": "19366",
"blob_id": null,
"custom_data": null,
"age_over16": true,
"allow_statistics_analysis": true,
"allow_sales_activities": true,
"parents_contacts": "",
"user_tags": "android,web"
}
}
]
}