Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST to assignmentScheduleRequests returns 404 #2757

Closed
da-kil opened this issue Nov 25, 2024 · 0 comments
Closed

POST to assignmentScheduleRequests returns 404 #2757

da-kil opened this issue Nov 25, 2024 · 0 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience

Comments

@da-kil
Copy link

da-kil commented Nov 25, 2024

Describe the bug

Calling graphClient.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.PostAsync returns a 404. It used to work a couple of days ago.

Expected behavior

200

How to reproduce

Use Graph-Explorer: https://developer.microsoft.com/en-us/graph/graph-explorer

Change dropdown to POST
Address: https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests

Use body from documentation (https://learn.microsoft.com/en-us/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0&tabs=http#request):

{
"accessId": "member",
"principalId": "3cce9d87-3986-4f19-8335-7ed075408ca2",
"groupId": "68e55cce-cf7e-4a2d-9046-3e4e75c4bfa7",
"action": "adminAssign",
"scheduleInfo": {
"startDateTime": "2022-12-08T07:43:00.000Z",
"expiration": {
"type": "afterDuration",
"duration": "PT2H"
}
},
"justification": "Assign active member access."
}

SDK Version

5.63.0

Latest version known to work for scenario above?

5.63.0

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_
@da-kil da-kil added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Nov 25, 2024
@da-kil da-kil closed this as completed Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

1 participant