v1
latestOpenAPI 3.0.32026-08-0631918.6 KBCreate user
Add a user to Transmit. A user_id is returned as part of the User in the response that can then be used to perform other operations, such as get, update and delete. An email or a phone_number are required.
post/v1/users
Request body
Example request
{
"username": "<ADD USERNAME HERE>",
"credentials": {
"password": "<ADD PASSWORD HERE>",
"force_replace": false
}
}