Skip to content

Commit

Permalink
Add is_active param to user collab (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Jul 18, 2024
1 parent 42d78db commit c6c193f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -35616,6 +35616,11 @@
"description": "The primary email address of this user. If the collaboration status is `pending`, an empty string is returned.",
"example": "[email protected]",
"nullable": false
},
"is_active": {
"type": "boolean",
"example": true,
"description": "If set to `false`, the user is either deactivated or deleted."
}
}
}
Expand Down

0 comments on commit c6c193f

Please sign in to comment.