Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
third_account_profile_read - Read extended profile datacurl --location 'https://api.zid.sa/v1/managers/account/profile' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'{
"status": "object",
"profile": {
"birth_date": "1987-05-05",
"is_organization_employee": false,
"working_organization_name": "o",
"job_title": null,
"country": {
"id": 184,
"name": "Ψ§ΩΨ³ΨΉΩΨ―ΩΨ©",
"priority": 1,
"code": "SA",
"country_code": "SAU",
"flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/sa.svg"
},
"city": {
"id": 1,
"national_id": 3,
"name": "Ψ§ΩΨ±ΩΨ§ΨΆ",
"priority": 10,
"country_id": 184,
"country_name": "Ψ§ΩΨ³ΨΉΩΨ―ΩΨ©",
"country_code": "SA",
"ar_name": "Ψ§ΩΨ±ΩΨ§ΨΆ",
"en_name": "Riyadh"
},
"old_email": "os1987@yahoo.com"
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}