GET Application/GetAuthenticationResult?bearer={bearer}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bearer | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthenticateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
Required |
|
| FailureTitle | string |
Required |
|
| FailureMessage | string |
Required |
|
| SessionID | globally unique identifier |
Required |
|
| ServiceBaseUrl | string |
Required |
|
| ReplicationUrl | string |
Required |
|
| Action | SecurityAuthenticationAction |
Required |
|
| ContactPhoto | Photo |
None. |
|
| SecurityGroupPhoto | Photo |
None. |
|
| Contact | Contact |
None. |
|
| SecurityGroup | SecurityGroup |
None. |
|
| Role | Role |
None. |
|
| CompanyRole | CompanyRole |
None. |
|
| Workflow | Workflow |
None. |
|
| CompanyRoleRole | Role |
None. |
|
| Token | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"failureTitle": "sample string 2",
"failureMessage": "sample string 3",
"sessionID": "b28ae4fb-7365-4216-9b10-8b3f26a00d37",
"serviceBaseUrl": "sample string 5",
"replicationUrl": "sample string 6",
"action": 0,
"contactPhoto": {
"$id": "1",
"id": "a5c4ac21-4960-469c-8689-2b674ddf2bf9",
"photoImage": "QEA=",
"date": "2026-06-20T19:04:36.923593+00:00",
"name": "sample string 2",
"notes": "sample string 3",
"isCompressed": true
},
"securityGroupPhoto": {
"$ref": "1"
},
"contact": {
"$id": "2",
"id": "b44948c2-d5ee-462b-ac72-d6e5040fd5e2",
"firstName": "sample string 2",
"lastName": "sample string 3",
"name": "sample string 4",
"cellNumber": "sample string 5",
"workNumber": "sample string 6",
"homeNumber": "sample string 7",
"email": "sample string 8",
"physicalAddress": "sample string 9",
"postalAddress": "sample string 10",
"birthday": "2026-06-20T19:04:36.923593+00:00",
"genderID": 1,
"contactStatusID": 1,
"photoID": "bb5e7fb2-f5ac-4cba-b7e9-e4ba7812b907",
"externalCode": "sample string 11",
"latitude": 1.1,
"longitude": 1.1,
"idNumber": "sample string 12",
"passportNumber": "sample string 13",
"displayName": "sample string 14",
"useDisplayName": true,
"optOutNotification": true,
"createdByContactID": "4166bd21-833e-4dc9-93e9-1d81a8937dab",
"modifiedByContactID": "ec59cc0d-3ff0-48f4-8ee4-cb6d45026524",
"createdDate": "2026-06-20T19:04:36.923593+00:00",
"modifiedDate": "2026-06-20T19:04:36.923593+00:00"
},
"securityGroup": {
"$id": "3",
"id": "9210b0cb-384b-4669-ac3b-48f76ad9f1cb",
"name": "sample string 2",
"description": "sample string 3",
"logVerbosityID": 4,
"blockSyncMessage": "sample string 5",
"syncPollingMin": 6,
"isBlocked": true,
"isCommercialWorkflow": true,
"isDefault": true,
"photoID": "047fe0fb-5779-4301-ba55-80c2d2c65168"
},
"role": {
"$id": "4",
"id": "c49f001d-68f3-49f5-a067-ef7746435772",
"name": "sample string 2",
"description": "sample string 3",
"isSystemAdministrator": true,
"workflowID": "b589abbb-5946-43f6-8724-c2cbea1de020",
"isGroupAdmin": true,
"workflow": {
"$id": "5",
"id": "94cbc15b-1e77-4059-9afa-a0eef6c67e01",
"parentID": "c75baf98-9c1e-49b1-8aeb-9e6ff4c5234f",
"typeID": 2,
"name": "sample string 3",
"description": "sample string 4",
"sequence": 5,
"active": true,
"caption": "sample string 7",
"iconName": "sample string 8",
"isMobile": true,
"alias": "sample string 10",
"notificationBadgeValueViewModel": "sample string 11",
"notificationBadgeBackgroundColour": "sample string 12",
"notificationBadgeTextColour": "sample string 13",
"isPercentageNotificationBadge": true,
"isVisible": true
}
},
"companyRole": {
"$id": "6",
"id": "79b4b6a9-e314-44bf-bcc0-e39f6cce7b7f",
"roleID": "32f3ce0c-78ba-4f5e-a753-fb1c65df8acf",
"securityGroupID": "1d1cf380-d5cd-4f4b-8223-ba5372c6a3bd",
"workflowID": "43f358a8-2652-4144-a37b-6899c0b57b65",
"name": "sample string 5"
},
"workflow": {
"$ref": "5"
},
"companyRoleRole": {
"$ref": "4"
},
"token": "sample string 7"
}