Create a user
POST/products/{product_id}/users.json
Create a new user associated with the product.
The user will be linked to the product if they already exist in Freemius.
User can only be created for products with elevated permissions or during data migration.
Migrating users from other platforms
Freemius allows to migrate your users from other platforms. To do so, you need to set the is_migration parameter to true. This will prevent any emails from being sent to the users and will not log any events.
Once migrated the user can use their existing licenses to activate your product.
Request
Responses
- 201
- 400
- 401
- 402
OK
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.