Hi,
On deprovisioning of user or un-assign of application from user, SCIM endpoints to be triggered is GET endpoint for particular userID- /scim/v2/Users/${userId} and followed by PUT endpoint for the userID. But when I am doing these endpoints are getting triggered but in the place of userId value it is sending null i.e. /scim/v2/Users/null for both GET and PUT.
Can you let me know why i am not getting the value of userId or email in the endpoint ?
And the uniquely identifier field for users selected in scim connection is email.
Any update on this? Is externalId which we get from POST endpoint request body(when we assign a application) to be mapped to profile editor ? And then only while deprovisioning in PUT endpoint will get the ID rather than null?