Skip to main content
Identity & Access/ZIAM

ZiamUpsertResourceExtension

Creates or updates ZIAM-owned extension metadata for a ZIAM resource.

PUT/api/v1/ziam/resource-extensions/{resourceType}/{resourceId}

Operation ID

ZiamUpsertResourceExtension

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • data
    ObjectRequired

    Response payload data

    Example: (nested object)

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • status
    String

    Status for this resource

    Example: ok

  • data
    Object

    Response payload data

    • resourceType
      String

      Resource type for this resource

      Example: User

    • resourceId
      String

      Resource id for this resource

      Example: user-001

    • data
      Object

      Response payload data

      Example: (nested object)

    • createdAt
      String

      Created at for this resource

      Example: 2026-01-15T08:00:00Z

    • updatedAt
      String

      Updated at for this resource

      Example: 2026-01-15T08:00:00Z