Usuarios de Entidades
Developing
POST
/api/v1/entity/user
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/entity/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"roles": "string",
"2fa_method": "string"
}'
Response Response Example
{}
Request
Body Params application/json