Skip to content

Conversation

@schiessle
Copy link
Member

Example call:

curl -X GET http://admin:admin@localhost/master/ocs/v1.php/cloud/users/admin -H  "OCS-APIRequest: true"

Result:

<?xml version="1.0"?>
<ocs>
 <meta>
  <status>ok</status>
  <statuscode>100</statuscode>
  <message>OK</message>
  <totalitems></totalitems>
  <itemsperpage></itemsperpage>
 </meta>
 <data>
  <enabled>true</enabled>
  <quota>
   <free>338696790016</free>
   <used>7438874</used>
   <total>338704228890</total>
   <relative>0</relative>
   <quota>-3</quota>
  </quota>
  <email>[email protected]</email>
  <displayname>admin</displayname>
  <phone></phone>
  <address></address>
  <webpage></webpage>
  <twitter>schiessle</twitter>
  <groups>
    <element>group0</element>
    <element>group1</element>
  </groups>
 </data>
</ocs>

for nextcloud/android#591

Signed-off-by: Bjoern Schiessle <[email protected]>
@schiessle schiessle added the 3. to review Waiting for reviews label Feb 9, 2017
@mention-bot
Copy link

@schiessle, thanks for your PR! By analyzing the history of the files in this pull request, we identified @rullzer, @LukasReschke and @tomneedham to be potential reviewers.

Copy link
Member

@rullzer rullzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me 👍

@LukasReschke LukasReschke merged commit a2e16fd into master Feb 22, 2017
@LukasReschke LukasReschke deleted the add-groups-to-userinfo branch February 22, 2017 11:26
@mario
Copy link
Contributor

mario commented Feb 27, 2017

@schiessle so is this in 11.0.2?

@MariusBluem
Copy link
Member

I see this commit not backported to stable11 ... so I think no? 🤔 @mario

@mario
Copy link
Contributor

mario commented Feb 27, 2017

Thanks @MariusBluem. Can we at least get it in 11.0.3 @schiessle? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants