For AI agents: the documentation index is at /docs/aidbox/llms.txt. A Markdown version of this page is available at /docs/aidbox/notebooks.md or by requesting it with the Accept: text/markdown header.
Aidbox Docs
All notebooks

Create User

Create user with specific role

2 cells · updated Nov 17, 2023

This is a read-only view. Responses shown were saved when the notebook was published — open it in your own Aidbox to run the cells against live data.

Create user with "Developer" role

REST Send Cells run only inside Aidbox. Use Run in Aidbox above to open this notebook in your own instance.
PUT /User/jlevesque
content-type: text/yaml
accept: text/yaml

password: '' # Use password generator https://1password.com/password-generator/
data:
  name: julien levesque #Name of the user
  roles:
    - Developer
Response: Body
Status: 201
data:
  name: julien levesque
  roles: [Developer]
password: $s0$f0801$TwTsGvXU7cDoLKD+x4aPqQ==$vg8Fi8p1PBi0NdFERHgVFo12HyPLKfgY64SjCl6+rj0=
id: jlevesque
resourceType: User
meta: {lastUpdated: '2023-11-17T20:10:28.760067Z', createdAt: '2023-11-17T20:10:28.760067Z', versionId: '10'}