Powershell script to automate scim call

Hi @aditya_pathak,

Can you change your

Body = ‘grant-type=client_credentials’

to

Body = ‘grant_type=client_credentials’ with the underscore in grant_type? The server definitely supports OAuth, so we should be able to get this working no problem.

2 Likes