Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request GET 'https://api.belga.press/belgapress/api/users//contacts?count&offset&search&order&contacttypes&contactgroupids&contactids&withfeatures&contacttagids' \
--header 'Authorization: Bearer <token>'{
"_links": {
"next": "http://example.com",
"prev": "http://example.com",
"self": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": 0,
"userId": 0,
"createdUserId": 0,
"contactType": "INTERNAL",
"invited": true,
"collaboration": "PRIVATE",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"phone": "string",
"linkedin": "string",
"twitter": "string",
"organizationName": "string",
"role": "string",
"notes": "string",
"contactGroups": [
{
"id": 0,
"name": "string"
}
],
"tags": [
{
"id": 0,
"name": "string"
}
]
}
]
}