Platform API 3.0
/- Verify the current user may complete a pending Adoption Wizard delegation
Get Organization Adoption Wizard Capability
Delegate the Adoption Wizard onboarding to another user
Cancel a pending Adoption Wizard delegation
Get Organization Adoption Wizard Onboardable Repositories
Onboard a repository to the Adoption Wizard engine
Get Organization Adoption Wizard Status
Verify the current user m...
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
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/adoptionWizard/invitedUser?engine=sast&scanSource=developer-platform' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'