Get pending invites for a user
Header Parameters
Authorizationstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Response Body
curl -X GET "https://api.devzero.io/backend/v0/users/invites" \
-H "Authorization: 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"
}