post https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Portfolios/AddUserAccess
Allows the tenant to grant / update access to a portfolio for a user
Log in to see full request history
Responses
Allows the tenant to grant / update access to a portfolio for a user
xxxxxxxxxx
11curl --request POST \
--url https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Portfolios/AddUserAccess \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"read_access": true,
"write_access": true,
"admin_access": true
}
'
Try It!
to start a request and see the response here! Or choose an example: