MCPcopy
hub / github.com/harness/harness / AdminListUsers

Function AdminListUsers

web/src/cde-gitness/services/index.tsx:1561–1567  ·  view source on GitHub ↗
(props: AdminListUsersProps)

Source from the content-addressed store, hash-verified

1559export type AdminListUsersProps = Omit<GetProps<TypesUser[], UsererrorError, AdminListUsersQueryParams, void>, 'path'>
1560
1561export const AdminListUsers = (props: AdminListUsersProps) => (
1562 <Get<TypesUser[], UsererrorError, AdminListUsersQueryParams, void>
1563 path={`/admin/users`}
1564 base={getConfig('api/v1')}
1565 {...props}
1566 />
1567)
1568
1569export type UseAdminListUsersProps = Omit<
1570 UseGetProps<TypesUser[], UsererrorError, AdminListUsersQueryParams, void>,

Callers

nothing calls this directly

Calls 1

getConfigFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…