latestOpenAPI 3.1.02026-08-218667571.2 MB
a8ca30023371
Admin APIs
openbb-users
Create User
Create a new OpenBB user and assign to an entity.
The user will receive a temporary password that must be changed on first login.
post/api/v1/admin/openbb/users/{entity_uuid}
Path parameters
entity_uuidstring required
Request body
Example request
{
"email": "john.doe@acme.com",
"first_name": "John",
"last_name": "Doe",
"role": "user"
}Response
Successful Response