Skip to main content
POST
Resend multiple invitations

Authorizations

Authorization
string
header
required

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

Body

application/json
tenantId
string<uuid>
required

Tenant ID

Example:

"65704505-3bb2-4691-880f-5f31b26f4207"

userIds
string<uuid>[]
required

Array of user IDs to resend invitations to

Minimum array length: 1
Example:

Response

201 - application/json

Invitations resent successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2026-01-12T09:10:12.337Z"

message
string
required

Response message

Example:

"Success"

data
object
required

Response data