Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add refresh_device_metadata to create user request
When the server receives a create user request, it doesn't automatically update IP and country for this user because this request can come from the SDK or from the customer's server. By passing in a `refresh_device_metadata = true` property to the request body, we can let the server know to update IP and country based on where the request originated from.
- Loading branch information