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

Function formatUserDetailsPath

internal/cli/users.go:986–991  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

984}
985
986func formatUserDetailsPath(id string) string {
987 if len(id) == 0 {
988 return ""
989 }
990 return fmt.Sprintf("users/%s", id)
991}
992
993func (c *cli) databaseAndPasswordlessConnectionOptions(ctx context.Context) ([]string, error) {
994 connectionList, err := c.api.Connection.List(

Callers 1

openUserCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected