GET
/v1/private/workspace-permissionsGet workspace permissions for the authenticated userGet workspace permissions for the authenticated user
Responses
objectWorkspaceUserPermissions
permissionsarray of objectShow child attributes
Show array items
permissionNamestringpermissionValuestringuserNamestringworkspaceNamestring{
"permissions": [
{
"permissionName": "string",
"permissionValue": "string"
}
],
"userName": "string",
"workspaceName": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}