Items with tag permissions

    article

    • User Management
      How to interact with users on your account. Breaks down a lot of the various API calls required to manage an account, such as getting login attempts, event logs, permissions and more.
    • Permission Enforcement in the SoftLayer API
      The SoftLayer API is built around the same system of user permissions that power the SoftLayer customer portal. What the API exposes and allows depends on the user account that is making the call and that user's permission set.

    python

    • User Access Details
      Prints out a list of users, and what devices they have access to view.
    • Manage Users
      A script to create users and a script to disable users. Used mostly for setting up lab users and then cleaning up after.
    • add_portal_permission.py
      add_portal_permission.py

    ruby