Skip to content

Commit

Permalink
Merge branch 'main' into feat/direct-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Mar 16, 2023
2 parents a4a2136 + 4b3d518 commit a30aaee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions management/organization.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ func (m *OrganizationManager) UpdateConnection(id string, connectionID string, c
}

// Invitations retrieves invitations to organization.
// Note that when paginating this response the `HasNext` helper cannot be used, so instead check the length of the returned list
// manually and break when there are 0 entries. See https://github.com/auth0/go-auth0/issues/48 for more context.
//
// See: https://auth0.com/docs/api/management/v2/#!/Organizations/get_invitations
func (m *OrganizationManager) Invitations(id string, opts ...RequestOption) (i *OrganizationInvitationList, err error) {
Expand Down

0 comments on commit a30aaee

Please sign in to comment.