MCPcopy Create free account
hub / github.com/auth0/auth0-cli / CreateInvitation

Method CreateInvitation

internal/auth0/organization.go:80–80  ·  view source on GitHub ↗

CreateInvitation creates invitations to an organization. See: https://auth0.com/docs/api/management/v2/#!/Organizations/post_invitations

(ctx context.Context, id string, i *management.OrganizationInvitation, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

78 //
79 // See: https://auth0.com/docs/api/management/v2/#!/Organizations/post_invitations
80 CreateInvitation(ctx context.Context, id string, i *management.OrganizationInvitation, opts ...management.RequestOption) (err error)
81
82 // DeleteInvitation deletes an invitation to an organization.
83 //

Callers 1

Implementers 2

MockOrganizationAPIinternal/auth0/mock/organization_mock.
MockOrganizationAPIMockRecorderinternal/auth0/mock/organization_mock.

Calls

no outgoing calls

Tested by

no test coverage detected