Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have the Admin API working, including authentication, but it fails when I have a user_id in the path.
I can successfully POST to /admin/v1/users to create an account, but when I try to POST to /admin/v1/users/{$user_id} I get an invalid signature e...