Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ XML output
<quota>0</quota>
<email>[email protected]</email>
<displayname>Frank K.</displayname>
<display-name>Frank K.</display-name>
<phone>0123 / 456 789</phone>
<address>Foobar 12, 12345 Town</address>
<website>https://nextcloud.com</website>
Expand Down
1 change: 1 addition & 0 deletions developer_manual/client_apis/OCS/ocs-api-overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ This request returns the available metadata of a user. Admin users can see the i
</quota>
<email>[email protected]</email>
<displayname>John Doe</displayname>
<display-name>John Doe</display-name>
<phone></phone>
<address></address>
<website>https://example.com</website>
Expand Down