post {protocol}://{userdomain}:{port}/api/open/v1/users
Creates a new user, currently just support to create a new gateway user.
Log in to see full request history
Responses
Creates a new user, currently just support to create a new gateway user.
xxxxxxxxxx
10curl --request POST \
--url https://user.domain.com:443/api/open/v1/users \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"role": "member",
"category": "local_user"
}
'
Try It!
to start a request and see the response here! Or choose an example: