Links

Create User API

The Create User API creates users corresponding to the project secret API key provided.
post
https://api.roam.ai/v1
/api/user/
Create User API

Sample Request

curl --location --request POST 'https://api.roam.ai/v1/api/user/' \
--header 'Api-Key: <YOUR-API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_type": 1,
"device_token": "your-device-token",
"description": "device description",
"metadata": { }
}'