Skip to main content

Update Organization Request

PUT 

/updateOrganizationRequest

This API call can be used to create update organization requests. The Update Organization request is shown in Request History. The Authorization must have Bearer followed by Token. Mandatory params: organizationname Optional params: comments, organizationname, username, description, primarycontact, comments, customproperty(1..28), organizationtype(data security/grouping/request rules/company), parentorganization(organization name), startdate(MM-dd-yyyy format), enddate(MM-dd-yyyy format), endpoints -

  1. endpointname 2. cp(1..5) 3. updatetype(add/update/remove) roles - 1. rolename 2. updatetype(add/update/remove) rules - 1. name 2. type entitlements - 1. entitlementvalue 2. entitlementtype 3. endpoint 4. updatetype(add/update/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) dynamicattrsvalidation(can be true/false, default : true) - If true, dynamic attributes will be validated based on the conditions defined.

Request

Body

    attributes

    object[]

  • Array [

  • attributes string

    attributevalues

    object

    pincode string
    street string
    groupname string
    updatetype string
    value string
  • ]

  • comments string
    customproperty10 string
    customproperty5 string
    description string
    enddate string

    endpoints

    object[]

  • Array [

  • endpointname string
    updatetype string
  • ]

  • organizationname string
    organizationtype string
    parentorganization string
    primarycontact string
    startdate string
    username string

Responses

Update Organization Request

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

    errorCode string
    msg string
    requestId string
Loading...