v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
tasks

Invites a user by email and assigns them to a task.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

post/tasks/assignuserbyemail

Headers

Authorizationstring required

Bearer authentication

Request body

taskIdstring uuid required

The id of the task.

emailstring email required

The email of the new user.

roleIdstring uuid required

The id of the role to which the new user should be added.

firstNamestring nullable

The first name of the user to be invited.

lastNamestring nullable

The last name of the user to be invited.

gender'male' | 'female' | 'other'

The gender of the user to be invited. Could be 'male', 'female', 'other'

Response

OK

TasksPostTasksAssignUserByEmailResponse200 required

Empty response body