Skip to content

Export Users and Groups report asynchronously (Platform)

Request

Security
bearer-key
Path
orgUuidstringrequired

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

Bodyapplication/jsonrequired
namestring
formatstring
Enum:"json""html""unknown""xml""excel""yaml""pdf""tv""rdf""csv"
sendEmailNotificationboolean
POST
/api/v3.0/orgs/{orgUuid}/reports/users-groups
{ "name": "string", "format": "json", "sendEmailNotification": true }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(UsersReportExportProcessDTO)
Response
{ "supportToken": "1171c60d", "response": { "uuid": "string", "name": "string", "title": "string", "reportType": "attribution", "format": "json", "scopeType": "organization", "scopeUuidList": [], "status": "PENDING", "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "sendEmailNotification": true } }