POST Authentication
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "timeStamp": "2025-05-03T22:11:10.2930074+04:00", "responseCode": "Success", "validationErrorsList": null, "response": { "profile": { "nameEn": "sample string 1", "nameAr": "sample string 2", "userName": "sample string 3", "emailAddress": "sample string 4", "phoneNumber": "sample string 5", "profileId": 6, "isVerified": true, "profileTypeId": 8, "emiratesId": "sample string 9", "groupId": 10, "participantId": 1, "role": { "englishName": "sample string 1", "arabicName": "sample string 2" }, "roleId": 11, "companyId": 12, "evaluatorId": 1.0, "evaluatorNumber": 1.0 }, "status": "Success", "additionalData": { "sample string 1": {}, "sample string 3": {}, "sample string 5": {} } } }
application/xml, text/xml
Sample:
<ApiResponseOfAuthenticationResponseCgT8hAcC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eres.Core.Processing.Model"> <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/Taqyeem.Services.Model"> <AdditionalData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 5</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> </AdditionalData> <d2p1:Profile> <d2p1:CompanyId>12</d2p1:CompanyId> <d2p1:EmailAddress>sample string 4</d2p1:EmailAddress> <d2p1:EmiratesId>sample string 9</d2p1:EmiratesId> <d2p1:EvaluatorId>1</d2p1:EvaluatorId> <d2p1:EvaluatorNumber>1</d2p1:EvaluatorNumber> <d2p1:GroupId>10</d2p1:GroupId> <d2p1:IsVerified>true</d2p1:IsVerified> <d2p1:NameAr>sample string 2</d2p1:NameAr> <d2p1:NameEn>sample string 1</d2p1:NameEn> <d2p1:ParticipantId>1</d2p1:ParticipantId> <d2p1:PhoneNumber>sample string 5</d2p1:PhoneNumber> <d2p1:ProfileId>6</d2p1:ProfileId> <d2p1:ProfileTypeId>8</d2p1:ProfileTypeId> <d2p1:Role> <d2p1:ArabicName>sample string 2</d2p1:ArabicName> <d2p1:EnglishName>sample string 1</d2p1:EnglishName> </d2p1:Role> <d2p1:RoleId>11</d2p1:RoleId> <d2p1:UserName>sample string 3</d2p1:UserName> </d2p1:Profile> <d2p1:Status>Success</d2p1:Status> </Response> <ResponseCode>Success</ResponseCode> <TimeStamp>2025-05-03T22:11:10.2930074+04:00</TimeStamp> <ValidationErrorsList i:nil="true" /> </ApiResponseOfAuthenticationResponseCgT8hAcC>