1. Set up Postman for Slack - NicholasDeary/tec GitHub Wiki

  1. Download Postman if you don't have it already (it's free!).
  2. Create a Request, give it a name, and add it to a collection.
  1. Go to the Headers tab and enter the following.
  1. Use this guide to set up Postman to work with Slack.
  2. Set your call type (e.g PATCH) and use the endpoint: https://api.slack.com/scim/v1/Users

If you need to make bulk SCIM API calls for a group of users, you can follow this guide.