Checking Whether Sharing with Organizations Is Enabled
Function
This API is used to check whether sharing with Organizations is enabled.
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Security-Token |
No |
String |
Security token (session token) for temporary security credentials. This parameter is mandatory when you make an API call using temporary security credentials. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
enabled |
Boolean |
Whether sharing with Organizations is enabled. If the value is true, sharing with Organizations is enabled. The default value is false. |
Example Requests
Checking whether sharing with Organizations is enabled
GET https://{endpoint}/v1/organization-share
Example Responses
Status code: 200
Request succeeded.
{ "enabled" : true }
Status Codes
Status Code |
Description |
---|---|
200 |
Request succeeded. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.