SCA API 2.0
//
Get self information of g...
Returns information about the currently logged-in user, including group membership and roles
Security
bearer-key
GET
curl -i -X GET \
'https://api-saas.mend.io/api/v2.0/orgs/{orgToken}/users/self' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "retVal": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "Jon Smith", "email": "jon.smith@mail.com", "userType": "REGULAR", "accountStatus": "ACTIVE", "roles": [ … ], "activationLink": "string", "groupNames": [ … ] } }