Skip to main content

Get Organization

GET 

/getOrganization

This API returns a list of organizations in SSM. The Authorization must have Bearer followed by Token. Optional params: organizationname, max, offset filtercriteria - organizationname,organizationtype(possible values - Data Security, Request Rules, Grouping, 1, 2, 3),status("ACTIVE"/"INACTIVE"),updateuser(username),createuser(username),parentorganization,customproperty<1-20>,description,primarycontact(username),vendormanager(username),location,risk,score OR orgQuery(Example : c.organizationname like '%example_orgname%')

Request

Body

    max string
    offset string
    orgQuery string

Responses

Get Organization / Get Organization 2

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    displaycount number
    errorCode string
    msg string

    organizations

    object[]

  • Array [

  • createdate string
    createuser string
    customproperty17 string
    description string
    endpoints undefined[]
    entitlements undefined[]
    location string
    organizationname string
    organizationtype string
    parentorganization string
    primaryvendorcontact string
    risk string
    roles undefined[]
    rules undefined[]
    score string
    status string
    updatedate string
    updateuser string
    users undefined[]
  • ]

  • totalcount number
Loading...