Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key

Type

Description

org_path

string

Required. The path to the SnapLogic Org.

Format: /{org}

users

array

An array of objects comprised of:

  • the username

  • the app_access object with a list of app names with Boolean values

Valid app names:

  • intelligent_integration_platform)

  • autosync

  • flows

  • pattern_management

To grant the user access to a specific app, set the value to true for that app.

To revoke the user's access to a single app, set the value to false for that app.

To revoke the user's access to all apps, set "app_access" : {}.

...