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

Method FgaListUsers

internal/graphql/provider.go:231–231  ·  view source on GitHub ↗

FgaListUsers lists the users that have a relation on an object (reveals the access graph). Permissions: authorizer:admin

(ctx context.Context, params *model.FgaListUsersInput)

Source from the content-addressed store, hash-verified

229 // access graph).
230 // Permissions: authorizer:admin
231 FgaListUsers(ctx context.Context, params *model.FgaListUsersInput) (*model.FgaListUsersResponse, error)
232 // FgaExpand returns the relationship/userset tree for a (relation, object).
233 // Permissions: authorizer:admin
234 FgaExpand(ctx context.Context, params *model.FgaExpandInput) (*model.FgaExpandResponse, error)

Callers 6

TestFGAFunction · 0.65
TestFGADisabledFunction · 0.65
FgaListUsersMethod · 0.65
FgaListUsersMethod · 0.65
FgaListUsersMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestFGAFunction · 0.52
TestFGADisabledFunction · 0.52