Invite members resolver updated to return user info

This commit is contained in:
Mussie Teshome
2023-04-19 14:46:27 +03:00
parent efb67a9538
commit 691664e629
4 changed files with 235 additions and 9 deletions

View File

@@ -151,6 +151,11 @@ type InviteMemberInput struct {
RedirectURI *string `json:"redirect_uri"`
}
type InviteMembersResponse struct {
Message string `json:"message"`
Users []*User `json:"Users"`
}
type ListWebhookLogRequest struct {
Pagination *PaginationInput `json:"pagination"`
WebhookID *string `json:"webhook_id"`