Skip to content

Dkairu/v2-User-Mgmt-SCIM_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Function to manage users via SCIM

alt text

This script helps you to manage your v2 users. You can add and delete users or groups, add users to groups and more. You can only create one user or group at a time as the SCIM API only allows one action per call. When a user or a group details are entered in the console, a JSON file in utils is updated with the details provided and a call to the API is made.

Please note that using this script to manage your v2 users in New Relic will disable you from managing them in the New Relic UI.

How to use:

This code uses Python 3.
  • Create a SCIM API token in New Relic Authentication Domains UI see below screenshot alt text

  • Save the token as an environment variable or in any safe way. You will be referencing the token as $TOKEN in the script

  • Run the script as python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages