v52

latestOpenAPI 3.0.1AGPL-3.0raw.githubusercontent.com2026-08-01255473862.7 KB
Users

Create user or service account

Create a user account (type=user, email required; returns user + password for login) or a service account (type=service_account, roles required) for API/automation access.

post/users

Request body

emailstring

Required when type is "user"

namestring

Display name; optional for service accounts

rolesstring[]

Required when type is "service_account"

type'user' | 'service_account' required

Response

Created

emailstring

Empty for service accounts

idstring
metadataobject
namestring
passwordstring
rolesstring[]
type'user' | 'service_account'