Get sharing configuration

get/shares/configuration
Internal-Use Only

Gets property values that specify how sharing is configured. Currently, there are two properties that configure sharing: sas.authorization.share.enabled and sas.authorization.share.reshare.enabled. The first determines whether sharing is enabled at all in the system while the second determines whether users are allowed to grant reshare permission on objects. There can be additional properties in the future.

Request Samples

1

Response Samples

1{
2 "sas.authorization.share.reshare.enabled": false,
3 "sas.authorization.share.enabled": false
4}

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema