Share via

command https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers returns only staffid, no other features can be displayed

Luke | Kortels 0 Reputation points
2024-07-19T11:53:57.4733333+00:00

I have the following command:

https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers

which should return a list of all information of all staff members. However it only returns a list of staff member ids. when i run the command:

https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers?$select=displayname it shoots back an error like the field is not available

Microsoft Security | Microsoft Graph
0 comments No comments

2 answers

Sort by: Most helpful
  1. Rahul Kumari 5 Reputation points
    2024-08-20T05:56:14.28+00:00

    command https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers returns only staffid, no other features can be displayed

    1 person found this answer helpful.
    0 comments No comments

  2. Hitesh Pachipulusu - MSFT 3,640 Reputation points Microsoft External Staff
    2024-07-24T11:19:47.3966667+00:00

    Hello Luke,

    Thank you for contacting Microsoft Support!

    According to the documentation https://learn.microsoft.com/en-us/graph/api/resources/bookingstaffmemberbase?view=graph-rest-1.0, only id parameter can be retrieved using Graph API.

    You can submit this feature request using this support link, which will be monitored by Microsoft team and make the enhancements to Graph API.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.