Search Profiles
Developing
GET
/profiles/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/profiles/search?scope=&scopeId&followSuggestion=true&viewedProfiles=true&type&text&featuredUsers&city=Addis Ababa&country=Ethiopia&skill&jobRole&companyName°ree&online&state=Amhara&certificateName&organizationId&limit=50&sortBy=&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "670775694daebf393b266ea1",
"username": "Elinor.Hyatt",
"firstName": "Morgan",
"lastName": "Hansen",
"picture": null,
"cover": null,
"email": "Darryl.Johnson87@gmail.com",
"phoneNumber": "369-712-0834 x36791",
"type": "teacher",
"contactsVisibility": {
"email": true,
"phoneNumber": false,
"address": false,
"birthDate": true
},
"setupProcess": {
"step": -20590379.949734405,
"section": -2605319.89776358
},
"lastActivity": "Duis ipsum esse elit pariatur",
"timezone": "Europe/Budapest",
"online": true,
"birthAddress": {
"country": "Belgium",
"city": "McLean",
"state": "tempor Excepteur"
},
"settings": {
"theme": "light",
"language": "in dolore do"
},
"preferences": {
"payements": {
"transactions": {
"columns": {
"name": "payment-method",
"visibility": true
}
},
"subscriptions": {
"columns": {
"name": "next-installment",
"visibility": true
}
},
"payouts": {
"columns": {
"name": "status",
"visibility": true
}
},
"customers": {
"columns": {
"name": "customer-profile",
"visibility": false
}
}
},
"chats": {
"color": "cyan",
"width": 12668947.46915792
},
"calenders": {
"viewMode": "partial"
}
},
"numberOf": {
"followers": 59725820.17650017,
"followings": -97700855.26674679,
"reviews": -91547137.09644385,
"posts": 95328210.49418524,
"solved": 20911608.08371471
},
"createdAt": "2000-07-02",
"updatedAt": "1955-11-12",
"fullName": "Gwen Cormier",
"hasActiveStory": false,
"isFollowing": false,
"entityType": "organization"
}
],
"cursor": {
"next": "in anim quis ea",
"prev": null,
"totalItems": 39663394
}
}
Request
Query Params
username
stringÂ
optional
firstName
stringÂ
optional
lastName
stringÂ
optional
email
stringÂ
optional
ids
array[string]
optional
Example:
[""]
scope
stringÂ
optional
scopeId
stringÂ
optional
followSuggestion
booleanÂ
optional
Example:
true
viewedProfiles
booleanÂ
optional
Example:
true
type
stringÂ
optional
text
stringÂ
optional
featuredUsers
booleanÂ
optional
city
stringÂ
optional
Example:
Addis Ababa
country
stringÂ
optional
Example:
Ethiopia
skill
stringÂ
optional
jobRole
stringÂ
optional
companyName
stringÂ
optional
degree
stringÂ
optional
online
booleanÂ
optional
state
stringÂ
optional
Example:
Amhara
certificateName
stringÂ
optional
organizationId
stringÂ
optional
limit
integerÂ
optional
Default:
50
sortBy
stringÂ
optional
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 12:57:20