...
https://<instance_name>.fuseuniversal.com/api/v5.0/manage/users?auth_token=<valid_auth_token>
Request body
Code Block | ||
---|---|---|
| ||
{ "users": [ { "username": "testuser", "email": "example@email.com", "password": "Password1234!", "password_confirmation": "Password1234!", "accessibility_theme": "theme_v1" } ] } |
...