lolohac

Criar usuário

Apr 20th, 2024 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.36 KB | None | 0 0
  1. // POST /v1/users
  2.  
  3. Request:
  4. {
  5.   "username": "usuario3",
  6.   "firstName": "usuario de teste para api",
  7.   "lastName": "doido",
  8.   "email": "doido3@doido.com",
  9.   "emailVerified": true,
  10.   "enabled": true,
  11.   "totp": true,
  12.   "credentials": [
  13.     {
  14.       "priority": 0,
  15.       "value": "top",
  16.       "temporary": false
  17.     }
  18.   ]
  19. }
  20.  
  21. Response: HTTP status code 201
Add Comment
Please, Sign In to add comment