Hi Folks,
Issue:
I'm getting the error:
status 400 reading NebulaClient#executeServiceToService(UUID,String,String,Boolean,ExecutePackageVersionFunction); content: {"status":400,"statusReason":"Bad Request","message":"The following input values are invalid: [Invalid type: expected PERSON. (Could not find user in system. Does it exist and do you have proper permission?)]","toe":"AKE4K5T2I5-AHC2P-1QSCF"} : com.domo.bedrock.jaxrs.client.exception.BadRequestException
Context:
Using the updateUserRole Function from the Domo Users package. I'm passing in a PERSON and a text input "Admin". Any thoughts as to why this happening?
Already tried:
+ Editing the User's role manually and it works so I have permission
+ Shared a dataset with the User and it works so the user exists in the system
Side Note
On a seperate but similarly weird note I was also getting an error saying "couldn't find user_id" which was an input param in the start tile that I had created but removed and was no longer being reference. Is this to do with some type of cache issue? (I've recreated the parameter to by-pass the error for now and haven't removed to test yet - trying to avoud an endless deploy create new version loop)
All help appreciated