Create User
Create User
Create a user within the NERVE system upon creation of a user in an external system. A FIN will be generated and returned for storage in the external system.
POST
/admin/user
curl \
-X POST http://api.example.com/admin/user
Response examples (200)
{
"fin": "string"
}
Response examples (200)
{
"fin": "string"
}