v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
User

Create service account

Creates a new service account user with the specified email and user type.

post/api/users/service

Request body

emailstring required

Email address for the service account

type'admin' | 'member'

User type for the service account

Response

The created service account user

idstring uuid required

Unique identifier of the user

emailstring email required

Email address of the user

firstNamestring nullable

First name of the user

lastNamestring nullable

Last name of the user

type'invited' | 'member' | 'author' | 'admin' | 'owner' required

User type/role within the organisation

status'active' | 'disabled' | 'locked' required

Current status of the user account

isServiceboolean

Whether this is a service account

createdAtstring required

Timestamp when the user was created

updatedAtstring required

Timestamp when the user was last updated