ERROR: The role id '' does not exist in the system

The error is saying that the role id is not in the system, because the id is ’ ’ or, by the looks of it, completely blank. Our DSP is not configured in a way to throw this error generically due to another failure unrelated to role id. This error is being thrown because the role cannot be found within your web service while performing your REST call.

This would be the same case if you created another service, let’s say a DB, and performed a GET on id “1” - in the case the result would come back as 200 success (assuming there is an id associated with “1”), but if left blank then it will throw an error, because there isn’t an associated value with a blank GET (id) request…

Thanks,

  • Mark