- Productionhttps://api-v2.dash.app/current-user
- Staginghttps://api-v2.dashstaging.app/current-user
curl -i -X GET \
https://api-v2.dash.app/current-user \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
Permitted actions which are not associated with a specific API resource instance are included here.
ASSETS:CREATE_ASSETS- Whether the user can create new assetsASSETS:PUT_ASSETS_IN_NO_FOLDER- Whether the user can create / edit anAssetresources such that they have no value for the Folder FieldASSETS:SET_ASSETS_STAGING_STATUS_LIVE- Whether the user can setAsset.lifecycleStatus.statetoLIVEvia the Asset LifecycleFIELDS:EDIT_FIELDS- Whether the user can create, edit and deleteFieldandFieldOptionresources
Response
{ "result": { "type": "ACTIVE_ACCOUNT_USER", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "id": "google-oauth2|110955770826801837334", "email": "john.smith@gmail.com", "permissions": { … }, "name": "Ken Hassleback", "firstName": "Ken", "lastName": "Hassleback", "picture": "https://example.com/john-smith-picture.jpg", "hasUploadedProfilePicture": true, "lastLogin": "2021-02-16T16:21:58.640+00:00" }, "permittedActions": [ { … } ], "deniedActionsWithReasons": [ { … } ] }