Skip to main content

Update Organization

PUT 

/updateOrganization

This API updates an organization in SSM. The Authorization must have Bearer followed by Token. Mandatory params: organizationname, username - user who is updating the organization Optional params: updatedorgname - param to update organization name Organization Detail attributes can be passed like organizationtype, parentorganization, primarycontact, customproperty<1 to 20> etc. Note: organization status update is not allowed. endpoints - List of endpoints with params -

  1. endpointname 2. updatetype - ADD/REMOVE

roles - List of roles with params -

  1. rolename 2. updatetype - ADD/REMOVE

rules - List of rules with params -

  1. name 2. type - BUISNESS/TECH/USERUPDATE/NEWUSER/REMOVEUSER/UPDATE_ENTITLEMENT/NEW_ENTITLEMENT/REMOVE_ENTITLEMENT/REQUEST 3. updatetype - ADD/REMOVE

entitlements - List of entitlements with params -

  1. entitlementvalue 2. entitlementtype 3. endpoint 4. updatetype - ADD/REMOVE

users - List of users with params -

  1. username 2. updatetype - ADD/REMOVE

owners -

  1. owner 2. rank 3. updatetype(add/update/remove) 4. policy(can be SUPERADMIN/ADMIN/BULKADMIN/READONLY)

attributes -

  1. attributegroupname 2. attributes 3. value 4. attributevalues 5. updatetype(addgroup/deletegroup/updategroup)

Request

Body

    attributes

    object[]

  • Array [

  • attributegroupnamestring
    Example: dfdf
    attributesstring
    Example: street,pincode

    attributevalues

    object

    pincodestring
    Example: 1234567
    streetstring
    Example: treee1
    updatetypestring
    Example: updategroup
    valuestring
    Example: group val
  • ]

  • commentsstring
    Example: comment
    customproperty10string
    Example: cp10
    customproperty5string
    Example: cp5

    endpoints

    object[]

  • Array [

  • cp1string
    Example: cp1
    cp2string
    Example: cp2
    cp3string
    Example: cp3
    cp4string
    Example: cp4
    cp5string
    Example: cp5
    endpointnamestring
    Example: CyberArk
    updatetypestring
    Example: add
  • ]

  • entitlements

    object[]

  • Array [

  • endpointstring
    Example: Office365
    entitlementtypestring
    Example: O365-ADGroup
    entitlementvaluestring
    Example: DepartmentDynamicGroup
    updatetypestring
    Example: remove
  • ]

  • locationstring
    Example: los angeles
    organizationnamestring
    Example: TestOrg5
    organizationtypestring
    Example: request rules

    owners

    object[]

  • Array [

  • ownerstring
    Example: 1000003
    ranknumber
    Example: 2
    updatetypestring
    Example: add
  • ]

  • parentorganizationstring
    Example: Globex
    primarycontactstring
    Example: awsadmin

    roles

    object[]

  • Array [

  • rolenamestring
    Example: ADT_AdmitSuperv_MVH
    updatetypestring
    Example: remove
  • ]

  • statusstring
    Example: ACTIVE
    usernamestring
    Example: awsadmin

    users

    object[]

  • Array [

  • updatetypestring
    Example: add
    usernamestring
    Example: 1000005
  • ]

Responses

Update Organization

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

    errorCodestring
    Example: 0
    msgstring
    Example: Success