Authorizations
- Authorization string required header
Workspace REST API token prefixed with bp_
Path Parameters
- testUserId string required
Test user ID.
Request Body
application/json- name string required
Test user name.
- description string | null
Optional description.
- email string | null
Optional login email.
- password string | null
Optional login password.
- database string enum required enum
Which Bubble database this test user should target. Allowed values: test, live.
- isDisabled boolean required
Whether the test user is disabled.
Response
application/json- ok boolean
Always true for a successful mutation response.