1. Set up Postman for Slack - NicholasDeary/tec GitHub Wiki
- Download Postman if you don't have it already (it's free!).
- Create a Request, give it a name, and add it to a collection.
- Go to the Headers tab and enter the following.
- Use this guide to set up Postman to work with Slack.
- 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.