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

Method Unblock

internal/auth0/user.go:20–20  ·  view source on GitHub ↗

Unblock a user that was blocked due to an excessive amount of incorrectly provided credentials.

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

Source from the content-addressed store, hash-verified

18 // Unblock a user that was blocked due to an excessive amount of incorrectly
19 // provided credentials.
20 Unblock(ctx context.Context, id string, opts ...management.RequestOption) error
21
22 // UnblockByIdentifier a user that was blocked due to an excessive amount of incorrectly provided credentials using any of the user identifiers: username, phone number or email.
23 UnblockByIdentifier(ctx context.Context, identifier string, opts ...management.RequestOption) error

Callers 1

deleteUserBlocksCmdFunction · 0.65

Implementers 2

MockUserAPIinternal/auth0/mock/user_mock.go
MockUserAPIMockRecorderinternal/auth0/mock/user_mock.go

Calls

no outgoing calls

Tested by

no test coverage detected