Mikaciu
(Mikaël Hautin)
1
Hello,
I’m currently trying to rewrite our user provisioning process and I have trouble using the api/v2/authorizations/group-memberships endpoint.
What Content-Type does the API expect for this endpoint ?
I’m having a HTTP 415 error for the following content-types:
- text/plain
- application/json
Thanks !
Colin
(Colin)
2
It should be application/json, which works fine for me when I add the Content-Type header to my Postman request.
Mikaciu
(Mikaël Hautin)
3
Hello @Colin,
Thanks for the swift answer ! Found out the issue : I had some variable pollution that modified the content-type to application/merge-patch+json 
BR