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

Accept both display-name and displayname as nodes in user endpoint response #2954

Closed
jesmrec opened this issue Sep 9, 2020 · 1 comment
Closed

Comments

@jesmrec
Copy link
Collaborator

jesmrec commented Sep 9, 2020

From owncloud/product#181 (comment)

two user endpoint returns inside its "data" node, different stuff:

/cloud/users/admin

"data": {
      ...
      "displayname": "admin",
      ...
}

/cloud/user

"data": {
      ...
      "display-name": "admin",
      ...
}

App should support both

@michaelstingl
Copy link
Contributor

Just checked with @felixboehm and @micbar , this is a bug and needs to be fixed in the backend.

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

No branches or pull requests

2 participants