POST
/
users
curl --request POST \
  --url https://api.blaxel.ai/v0/users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com"
}'
{
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "createdBy": "<string>",
  "updatedBy": "<string>",
  "email": "<string>",
  "invitedBy": "<string>",
  "role": "<string>",
  "workspace": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Email of the user to invite

The body is of type object.

Response

200
application/json

successful operation

Pending invitation in workspace Time fields for Persistance Owner fields for Persistance