Creating a new user

Hi,

is it possible to create a new user by an API call?
There is no POST request documented on /users. If I try it anyway, I get an „unauthorized“.

Creating a user via API would be useful to automatically migrate data from our old system.

Kind regards
Siggi

Hi @siegfried.scholl, you can use the POST /invitations endpoint to invite new users to the workspace.

https://openapi.awork.com/#/Invitations/post_invitations

Hi Sebastian,

thank you. That was exactly what I was looking for.

Kind regards
SIggi