Skip to content

Verify the current user may complete a pending Adoption Wizard delegation

Request

Returns 200 if the session user is an org admin or the specific user invited for this engine/scanSource, 403 otherwise. Used by Developer Platform to gate its own onboarding endpoint against users who were never delegated.

Security
bearer-key
Path
orgUuidstringrequired

org UUID (from the Mend App: Administration General > Organization UUID).

Query
enginestringrequired
Value:"sast"
scanSourcestringrequired
Value:"developer-platform"
GET
/api/v3.0/orgs/{orgUuid}/adoptionWizard/invitedUser
curl -i -X GET \
  'https://baseUrl/api/v3.0/orgs/{orgUuid}/adoptionWizard/invitedUser?engine=sast&scanSource=developer-platform' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Response
No content