Skip to content

Delegate the Adoption Wizard onboarding to another user

Request

Security
bearer-key
Path
orgUuidstringrequired

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

Query
enginestringrequired
Value:"sast"
scanSourcestringrequired
Value:"developer-platform"
Bodyapplication/jsonrequired
emailstring
messagestring
POST
/api/v3.0/orgs/{orgUuid}/adoptionWizard/invite
{ "email": "string", "message": "string" }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(MessageDTO)
Response
{ "supportToken": "1171c60d", "response": { "message": "Success!" } }