MCPcopy Index your code
hub / github.com/rilldata/rill / UpdateOrganizationMemberUserRole

Method UpdateOrganizationMemberUserRole

admin/database/database.go:245–245  ·  view source on GitHub ↗
(ctx context.Context, orgID, userID, roleID string)

Source from the content-addressed store, hash-verified

243 InsertOrganizationMemberUser(ctx context.Context, orgID, userID, roleID string, attributes map[string]any, ifNotExists bool) (bool, error)
244 DeleteOrganizationMemberUser(ctx context.Context, orgID, userID string) error
245 UpdateOrganizationMemberUserRole(ctx context.Context, orgID, userID, roleID string) error
246 UpdateOrganizationMemberUserAttributes(ctx context.Context, orgID, userID string, attributes map[string]any) (bool, error)
247 CountSingleuserOrganizationsForMemberUser(ctx context.Context, userID string) (int, error)
248 FindOrganizationMembersWithManageUsersRole(ctx context.Context, orgID string) ([]*OrganizationMemberUser, error)

Calls

no outgoing calls

Tested by

no test coverage detected