Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provisioning API return user's home folder path #26850

Closed
PVince81 opened this issue Dec 20, 2016 · 2 comments
Closed

Provisioning API return user's home folder path #26850

PVince81 opened this issue Dec 20, 2016 · 2 comments

Comments

@PVince81
Copy link
Contributor

Because sometimes getHome() is not simply "data/$userId", we need the provisioning API to return the actual user's folder.

Currently it looks like it's missing:

  % curl -X GET --user admin:admin http://localhost/owncloud/ocs/v1.php/cloud/users/admin
<?xml version="1.0"?>
<ocs>
 <meta>
  <status>ok</status>
  <statuscode>100</statuscode>
  <message/>
 </meta>
 <data>
  <enabled>true</enabled>
  <quota>
   <free>1073651712</free>
   <used>163</used>
   <total>1073651875</total>
   <relative>0</relative>
  </quota>
  <email/>
  <displayname>admin</displayname>
  <two_factor_auth_enabled>false</two_factor_auth_enabled>
 </data>
</ocs>
@PVince81
Copy link
Contributor Author

Closed through #26853

@lock
Copy link

lock bot commented Jul 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants