post https://{server}/api/v2.1/admin/users/
Add a new user with desired details.
Response
Add a new user with desired details.
xxxxxxxxxx
10curl --request POST \
--url https://cloud.seatable.io/api/v2.1/admin/users/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"is_staff": false,
"is_active": true
}
'
Try It!
to start a request and see the response here! Or choose an example: