Invite users to team
Path Parameters
team_idstring
ID of team
Header Parameters
Authorizationstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
add users to team body
Response Body
curl -X POST "https://api.devzero.io/backend/v0/teams/string/users" \
-H "Authorization: string" \
-H "Content-Type: application/json" \
-d '[
{
"email": "user@example.com",
"role": "string"
}
]'
[
{
"email": "user@example.com",
"id": "string",
"role": "string",
"secure_sign_in_url": "string",
"team_id": "string"
}
]
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}