Permission error while creating a Workspace member via API
version: 1.12.0 Self Hosted
Basically the same issue mentioned here: https://github.com/twentyhq/twenty/issues/15841
I am using POST /workspaceMembers to create a workspace member in a self-hosted instance. The api returns {"statusCode":400,"error":"Error","messages":["Entity performing the request does not have permission"]}
even though the api key I am using has admin privileges.
Basically the same issue mentioned here: https://github.com/twentyhq/twenty/issues/15841
I am using POST /workspaceMembers to create a workspace member in a self-hosted instance. The api returns {"statusCode":400,"error":"Error","messages":["Entity performing the request does not have permission"]}
even though the api key I am using has admin privileges.
GitHub
Bug Description I am currently migrating 100+ users from a pre 1.0 instance to a 1.0 instance. I have run into the unrecoverable db migration state so I am pulling CSVs and uploading them into my n...