I need some help working out who the manager is for a department using the web api.
"@odata.etag": "W/\"JzE4MzE4ODI3MDYsNjg3MTk1MjEyMjY7MCwwOzEsNjg3MTk0NzcxMzYn\"",
"PartyNumber": "000002782",
"PrimaryContactPhoneIsMobile": "No",
"PrimaryAddressDescription": "",
"PrimaryContactEmailIsIM": "No",
"Name": "Software Developer",
"PrimaryContactEmailPurpose": "",
"Memo": "",
"PartyType": "OperatingUnit",
"PrimaryContactFax": "",
"PrimaryContactFaxExtension": "",
"PrimaryContactPhoneDescription": "",
"PrimaryContactTelexDescription": "",
"PrimaryAddressCountryRegionId": "",
"PrimaryAddressStreet": "",
"PrimaryContactFacebook": "",
"PrimaryAddressCity": "",
"OrganizationType": "OperatingUnit",
"PrimaryContactURLPurpose": "",
"PrimaryContactURLDescription": "",
"PrimaryAddressValidTo": "1900-01-01T00:00:00Z",
"PrimaryContactEmail": "",
"PrimaryContactTwitter": "",
"PrimaryContactTelex": "",
"AddressLocationRoles": "",
"PrimaryContactURL": "",
"PrimaryContactPhonePurpose": "",
"PrimaryContactFaxPurpose": "",
"PrimaryAddressZipCode": "",
"SearchName": "Software Developer",
"PrimaryContactFacebookDescription": "",
"Language": "",
"PrimaryContactFacebookIsPrivate": "No",
"OperatingUnitTypes": "OMDepartment",
"PrimaryContactTwitterIsPrivate": "No",
"PrimaryAddressCounty": "",
"PrimaryContactTelexPurpose": "",
"PrimaryContactTwitterDescription": "",
"PrimaryContactFacebookPurpose": "",
"KnownAs": "",
"PrimaryAddressState": "",
"PrimaryContactLinkedInIsPrivate": "No",
"PrimaryContactTwitterPurpose": "",
"PrimaryAddressValidFrom": "1900-01-01T00:00:00Z",
"PrimaryContactLinkedIn": "",
"PrimaryContactLinkedInPurpose": "",
"PrimaryContactFaxDescription": "",
"PrimaryContactPhoneExtension": "",
"PrimaryContactPhone": "",
"PrimaryContactEmailDescription": "",
"PrimaryContactLinkedInDescription": "",
"PrimaryAddressCountryRegionISOCode": "",
"OperatingUnitNumber": "253"
On the platform I have a manager for this Department but cannot see it in the api. Is there a different end point i should be looking at?
Any help would be appreciated.
Regards