Skip to main content
POST
Bulk Create Assignments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to bulk create assignments for multiple users.

userIds
string<uuid>[]
required
shipId
string<uuid>
required
role
string
required
startDate
string<date> | null
endDate
string<date> | null

Response

Successful Response

Response from bulk assignment creation.

createdCount
integer
required
assignments
AssignmentDetailDTO · object[]
required
skippedUserIds
string<uuid>[]