Create a user
Create a new user in the database.
Only available for self-hosted Formbricks.
Authorizations
Use your Formbricks x-api-key to authenticate.
Path Parameters
The ID of the organization
Body
The name of the user
1
"John Doe"
The email of the user
255
"example@example.com"
The role of the user in the organization
owner
, manager
, member
"member"
Whether the user is active
true
The list of teams the user is a member of
["team1", "team2"]
Response
The ID of the user
The date and time the user was created
"2021-01-01T00:00:00.000Z"
The date and time the user was last updated
"2021-01-01T00:00:00.000Z"
The date and time the user last logged in
"2021-01-01T00:00:00.000Z"
Whether the user is active
true
The name of the user
1
"John Doe"
The email of the user
255
"example@example.com"
The role of the user in the organization
owner
, manager
, member
"member"
The list of teams the user is a member of
["team1", "team2"]
Was this page helpful?