Hi,
I have a Smartsheet Enterprise account with System Administrator permissions.
I'm trying to develop an SDK that will fetch the Users, Groups, and Roles/Membership related information from the Smarsheet SCIM APIs. I've got the SCIM base URL(https://scim.smartsheet.com/v2 ) from the tutorial(https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/smartsheet-provisioning-tutorial).
The API document(https://smartsheet-platform.github.io/api-docs/) doesn't specify anything about SCIM and I couldn't find any documentation that specifies SCIM endpoints. Please provide me with the answers to the following questions:
1. What are the endpoints supported for SCIM API? eg: /Users, /Groups, /Roles, etc.
2. What are the header and query parameters supported for each of the endpoints?
3. I've tried with one of the endpoint /Users. The data received from the API(https://api.smartsheet.com/2.0/users) and SCIM API(https://scim.smartsheet.com/v2/Users) aren't the same. Why?
4. The SCIM API(https://scim.smartsheet.com/v2/Groups) returns a 404 Not Found error. How can we access group-related information?
5. What are the parameters used to handle pagination for each of the endpoints?
I'm stuck with these questions. Kindly provide me with the proper directions.
Thanks.