get https://{hostname}/api/secret-management/v1/secret-stores//user-credentials
This operation retrieves the user credentials settings for the secret store.
Responses
This operation retrieves the user credentials settings for the secret store.
xxxxxxxxxx
curl --request GET \
--url https://hostname/api/secret-management/v1/secret-stores/secretStoreId/user-credentials \
--header 'accept: application/json'
xxxxxxxxxx
{
"username": "test_user"
}