PromucFlow_constructor/app/client/cypress/fixtures/user.json
Shrikant Sharat Kandula 77caf4c536
chore: Send telemetry option in user profile to client (#9535)
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>

Co-authored-by: sbalaji1192 <balaji@appsmith.com>
2021-12-03 01:56:16 +05:30

15 lines
376 B
JSON

{
"accountNonExpired": true,
"accountNonLocked": true,
"credentialsNonExpired": true,
"email": "test@appsmith.com",
"emptyInstance": false,
"enableTelemetry": false,
"isAnonymous": false,
"isConfigurable": true,
"isEnabled": true,
"isSuperUser": true,
"name": "test",
"organizationIds": ["61a8a112ccc8b629d92a1aad"],
"username": "test@appsmith.com"
}