Closed
Description
When I used M2M token for DEV env locally. In the situations when user doesn't exists in V5 we create it by calling:
POST /v5/users
POST /v5/users/${userId}/externalProfiles
At the moment the first request returns Forbidden
.
We have to make sure that M2M config that we use on DEV and PROD allowing creating users in V5.