Skip to main content

User

Create

Inserts a user to Dime.Scheduler.

NameData TypeDefaultRequiredDescription
namenvarchar(255)✔️The user's display name.
emailnvarchar(255)✔️The user's email address.
isMSEntraIDbooleanfalse✔️True if MS Entra ID authentication scheme is to be used.
  • Endpoint: /user
  • Supported HTTP methods: POST (create)
  • Example body:
    {
    "name": "John Doe",
    "email": "[email protected]"
    }