Skip to content

Product documentation

PimEligibilityAdmin

PIM eligibility administration (SSO-1321) — define who may request elevation (create/list/read/revoke eligible assignments); gated on tenant:pim.admin.

PimEligibilityAdmin

PIM eligibility administration (SSO-1321) — define who may request elevation (create/list/read/revoke eligible assignments); gated on tenant:pim.admin.

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
GET/api/v1/pim/eligible-assignmentsPim Eligibility Admin Listtenant:pim.admin
POST/api/v1/pim/eligible-assignmentsPim Eligibility Admin Createtenant:pim.admin
GET/api/v1/pim/eligible-assignments/{id}Pim Eligibility Admin Gettenant:pim.admin
DELETE/api/v1/pim/eligible-assignments/{id}Pim Eligibility Admin Deletetenant:pim.admin

Operation details

GET /api/v1/pim/eligible-assignments

Pim Eligibility Admin List

  • Operation ID: pimEligibilityAdminList
  • Required scopes: tenant:pim.admin

Parameters:

NameInRequiredTypeDescription
limitquerynointeger
cursorquerynostring

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)

POST /api/v1/pim/eligible-assignments

Pim Eligibility Admin Create

  • Operation ID: pimEligibilityAdminCreate
  • Required scopes: tenant:pim.admin

Request body (required): application/jsonCreateEligibleAssignmentRequest

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)

GET /api/v1/pim/eligible-assignments/{id}

Pim Eligibility Admin Get

  • Operation ID: pimEligibilityAdminGet
  • Required scopes: tenant:pim.admin

Parameters:

NameInRequiredTypeDescription
idpathyesstring

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)

DELETE /api/v1/pim/eligible-assignments/{id}

Pim Eligibility Admin Delete

  • Operation ID: pimEligibilityAdminDelete
  • Required scopes: tenant:pim.admin

Parameters:

NameInRequiredTypeDescription
idpathyesstring

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)