---
title: "Get an org, optionally localized. Roles: any, public."
method: GET
path: "/api/memberships/{membershipId}"
tags: ["Organizations"]
---

# Get an org, optionally localized. Roles: any, public.

`GET /api/memberships/{membershipId}`

## Path parameters

- `membershipId` integer, required

## Query parameters

- `locale` string

## Response `200`

OK

- MembershipResponse
  - `success` boolean
  - `error` string
  - `membership` MembershipFull
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string
    - `alternateLocales` object
      - `empty` boolean
    - `membershipId` integer
    - `appId` integer
    - `title` string
    - `subTitle` string
    - `bannedUsersEnabled` boolean
    - `memberDirectoryEnabled` boolean
    - `searchEnabled` boolean
    - `logoImageUuid` string, uuid
    - `coverImageUuid` string, uuid
    - `coverVideoUrl` string
    - `token` string
    - `properties` object
    - `idpLoginInstructions` object
    - `sponsor` Sponsor
      - `sponsorId` integer
      - `membershipId` integer, required
      - `detail` string
      - `imageUuid` string, uuid
      - `targetLinkUrl` string
      - `title` string, required
      - `audit` Audit
        - `createdTime` string, date-time
        - `modifiedTime` string, date-time
        - `modifiedBy` string
    - `configs` MembershipConfig[]
      - `membershipConfigId` integer
      - `membershipId` integer, required
      - `configKey` string, required
      - `configValue` string
      - `audit` Audit
        - `createdTime` string, date-time
        - `modifiedTime` string, date-time
        - `modifiedBy` string
    - `membershipType` MembershipType
      - `name` string
      - `isPasswordRequired` boolean
      - `isOAuth` boolean
      - `isSaml` boolean
      - `getoAuthSupportsStateParam` boolean
      - `allowAdminRegister` boolean
      - `allowSelfRegister` boolean
      - `allowDependents` boolean
      - `allowProfileUpdate` boolean
      - `isBirthDateStored` boolean
      - `isUsernameSameAsEmail` boolean
      - `isAddressesEnabled` boolean
      - `isMailingAddressRequired` boolean
      - `supportsMemberUpdate` boolean
      - `passwordRequired` boolean
      - `usernameSameAsEmail` boolean
      - `addressesEnabled` boolean
      - `mailingAddressRequired` boolean
      - `birthDateStored` boolean
    - `identityProviders` OrgIdentityProvider[]
      - `idpPluginId` integer
      - `idpTypeCode` 'ABUSE_PREVENTION_SYSTEMS' | 'CLASSMARKER' | 'FINALSITE' | 'GAMEPLAN' | 'I9_SPORTS' | 'JDP' | 'LEAGUEAPPS' | 'LEAGUEAPPS_IDP' | 'LEAGUEAPPS_MLB' | 'MOBILE_COACH' | 'NCGA' | 'NCSI' | 'OPTOJUMP' | 'RAPSODO' | 'SAFESPORT' | 'SALESFORCE' | 'SAML_TEST_ID' | 'SPORT_80' | 'SPORTSENGINE' | 'STERLING' | 'ULTIMATE' | 'USA_FENCING' | 'USA_LACROSSE' | 'USA_LACROSSE_SAML' | 'USA_WRESTLING' | 'US_SAILING' | 'US_SKI_AND_SNOWBOARD' | 'US_SPORTS_CAMPS' | 'USSA' | 'USTA' | 'WEBPOINT' | 'WEBPOINT_OAUTH' | 'WORDPRESS'
      - `authMethod` 'OAUTH' | 'SAML' | 'FORM'
      - `displayName` string
      - `usernameLabel` string
      - `passwordRequired` boolean
      - `usernameSameAsEmail` boolean
      - `selfRegisterAllowed` boolean
      - `profileUpdateAllowed` boolean
      - `memberUpdateSupported` boolean
      - `registrationSupported` boolean
    - `stripeOnboardingComplete` boolean
    - `locale` string
    - `isPrivate` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/mobilecoach/apis/untitled-api.md) · [All operations](https://skmtc.dev/mobilecoach/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilecoach/untitled-api/revisions/f2568e11c0ab/schema)
