
AdeelA.43375 (Customer) asked a question.
I am trying to retrieve users from Okta using SCIM API. I have tried [myoktaurl]/scim/v2/Users?startIndex=1&count=100 but no luck, it shows page not found.
Is this correct endpoint?
Does Okta support SCIM API to retrieve the data out of Okta into other systems?

It does. I'm not sure what you're using to make your request but there's an example here: https://developer.okta.com/docs/reference/scim/scim-20/#retrieve-users
I have been trying to use Postman / Insomnia, and they are giving me following error:
{
"errorCode": "E0000022",
"errorSummary": "The endpoint does not support the provided HTTP method",
"errorLink": "E0000022",
"errorId": "oaeyt9To-tXTj-tZh9N9TKzsw",
"errorCauses": []
}
URL endpoint - https://myoktaurl/api/scim/v2/Users
where myoktaurl is my instance, and it gives me 405 Method not allowed
User-Agent = Okta SCIM Client 1.0.0
Authorization = SSWS MyAppIDKey
I tried https://myoktaurl/scim/v2/Users which gives me 404