MCPcopy Index your code
hub / github.com/coder/coder / organizationIDPSyncClaimFieldValues

Method organizationIDPSyncClaimFieldValues

enterprise/coderd/idpsync.go:792–795  ·  view source on GitHub ↗

@Summary Get the organization idp sync claim field values @ID get-the-organization-idp-sync-claim-field-values @Security CoderSessionToken @Produce json @Tags Enterprise @Param organization path string true "Organization ID" format(uuid) @Param claimField query string true "Claim Field" format(strin

(rw http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

790// @Success 200 {array} string
791// @Router /api/v2/organizations/{organization}/settings/idpsync/field-values [get]
792func (api *API) organizationIDPSyncClaimFieldValues(rw http.ResponseWriter, r *http.Request) {
793 org := httpmw.OrganizationParam(r)
794 api.idpSyncClaimFieldValues(org.ID, rw, r)
795}
796
797// @Summary Get the idp sync claim field values
798// @ID get-the-idp-sync-claim-field-values

Callers

nothing calls this directly

Calls 2

OrganizationParamFunction · 0.92

Tested by

no test coverage detected