Option 1 (RECOMMENDED). Provide read&write access to users and groups.
{
"display_information": {
"name": "Synk.to APP RW"
},
"oauth_config": {
"redirect_urls": [
"https://app.synk.to/api/v1/sync-systems/oauth/callback"
],
"scopes": {
"user": [
"admin",
"groups:read",
"groups:write",
"users.profile:read",
"users.profile:write",
"users:read",
"users:read.email"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": true
}
}
What will Synk.to app be able to view and do with Option 1 app?
Administer your workspace
Option 2. Provide read&write access to manage groups, and only read access to user management.
{
"display_information": {
"name": "Synk.to APP RO"
},
"oauth_config": {
"redirect_urls": [
"https://app.synk.to/api/v1/sync-systems/oauth/callback"
],
"scopes": {
"user": [
"groups:read",
"groups:write",
"users.profile:read",
"users:read",
"users:read.email"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": true
}
}
What will Synk.to app be able to view and do with Option 2 app?