MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / ListUsers

Method ListUsers

internal/storage/provider.go:35–35  ·  view source on GitHub ↗

ListUsers to get list of users from database

(ctx context.Context, pagination *model.Pagination)

Source from the content-addressed store, hash-verified

33 DeleteUser(ctx context.Context, user *schemas.User) error
34 // ListUsers to get list of users from database
35 ListUsers(ctx context.Context, pagination *model.Pagination) ([]*schemas.User, *model.Pagination, error)
36 // GetUserByEmail to get user information from database using email address
37 GetUserByEmail(ctx context.Context, email string) (*schemas.User, error)
38 // GetUserByPhoneNumber to get user information from database using phone number

Callers 4

UsersMethod · 0.65
FgaListUsersMethod · 0.65
testUserOperationsFunction · 0.65
updateRolesFunction · 0.65

Calls

no outgoing calls

Tested by 1

testUserOperationsFunction · 0.52