curl --request PUT \
--url https://api.wirespeed.co/team/invite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"role": "ADMIN",
"autoSubscribeToNotifications": true
}
'{
"message": "<string>",
"statusCode": 123
}curl --request PUT \
--url https://api.wirespeed.co/team/invite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"role": "ADMIN",
"autoSubscribeToNotifications": true
}
'{
"message": "<string>",
"statusCode": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
First name of the user to invite (1-512 characters)
Last name of the user to invite (1-512 characters)
Email address of the user to invite
Role to assign to the invited user
ADMIN, ANALYST, VIEWER Whether to disable notifications for the invited user