post https://integrations.mavenmachines.com/users
API endpoints for interacting with user records in the Maven system.
Creates a user in the Maven system
Log in to see full request history
Response
API endpoints for interacting with user records in the Maven system.
Creates a user in the Maven system
xxxxxxxxxx
12curl --request POST \
--url https://integrations.mavenmachines.com/users \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"driversLicense": {
"state": "AL",
"type": "A"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: