I'm trying to access the API(https://scim.smartsheet.com/v2/users) by using the Token generated from an Enterprise account with system admin privileges. But, I'm getting an error response as shown below:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"detail": "This feature is not enabled for your organization. Please contact your Customer Support Manager (CSM).",
"status": "403"
}
Kindly provide me with the instructions to get a valid response from SCIM endpoints.