curl --request PUT \
--url https://api.wirespeed.co/team \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"ownerEmail": "<string>",
"domain": "<string>",
"ownerFirstName": "<string>",
"ownerLastName": "<string>",
"demo": false
}
'{
"data": [
{
"id": "<string>",
"intercomId": "<string>",
"createdAt": "<string>",
"email": "<string>",
"locked": true,
"superAdmin": true,
"activeTeamId": "<string>",
"parentTeamId": "<string>",
"completedOnboarding": true,
"teamId": "<string>",
"autoSubscribeToNotifications": true,
"role": "ADMIN",
"isExternal": true,
"fullName": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
],
"totalCount": 123
}curl --request PUT \
--url https://api.wirespeed.co/team \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"ownerEmail": "<string>",
"domain": "<string>",
"ownerFirstName": "<string>",
"ownerLastName": "<string>",
"demo": false
}
'{
"data": [
{
"id": "<string>",
"intercomId": "<string>",
"createdAt": "<string>",
"email": "<string>",
"locked": true,
"superAdmin": true,
"activeTeamId": "<string>",
"parentTeamId": "<string>",
"completedOnboarding": true,
"teamId": "<string>",
"autoSubscribeToNotifications": true,
"role": "ADMIN",
"isExternal": true,
"fullName": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
],
"totalCount": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the team (1-512 characters)
Email address of the team owner
Domain URL for the team
First name of the team owner (1-512 characters)
Last name of the team owner (1-512 characters)
Whether this is a demo team