Hi,
I’m using Postman to create a profile into a list but the response i got is:
{"errors":[{"id":"9778a9b2-1de2-41c2-921c-01b9e531b57e","status":400,"code":"invalid","title":"Invalid input.","detail":"Invalid profile IDs: {'Test-4'}","source":{"pointer":"/data/"}}]}
I succeed to create a list and to get the profiles in a list so the credentials are good.
Can anyone help me please ?
Here is my body request:
{"data": [{"type": "profile","id": "Test-4"}]}
Thanks !
Arnaud