Apis for account related resources (authentication, profiles, organisation details etc)
Apis for account related resources (authentication, profiles, organisation details etc)
No request payload
[
{
"id": "925ecaea-7d88-4b19-bcee-fd1c8164ddc2",
"userName": null,
"firstName": "Example",
"lastName": "User",
"organisationName": null,
"organisationPictureCacheId": null,
"directPhone": null,
"mobilePhone": null,
"email": "exampleuser@noemail.com",
"hasPicture": false,
"pictureCacheId": 0,
"invitationSentUtc": null,
"userFullName": "Example User",
"userInitials": "EU",
"isRemoved": false,
"isDisabled": false,
"hourlyRate": null,
"liveMattersCount": 277
}
]
No request payload
{
"id": "123-456-789",
"firstName": "Joey",
"lastName": "Tribiani",
"email": "emailaddress@gmail.com",
"mobilePhone": "987654321",
"directPhone": "24680",
"jobTitle": "Worker",
"departmentId": 4,
"specialityIds": [
1,
2,
3
],
"biography": "Biography",
"hourlyRate": 9.99,
"linkedInUrl": "url",
"organisationId": 5,
"organisationName": "The Workplace",
"organisationType": "Customer",
"role": "Administrator",
"departmentName": "Department",
"hasPicture": true,
"pictureCacheId": 78,
"invitationSentUtc": "2024-02-22T07:42:35.0000000+00:00",
"status": "LockedOut"
}