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

Add avatar API call #40

Open
bernalrs opened this issue May 10, 2017 · 0 comments
Open

Add avatar API call #40

bernalrs opened this issue May 10, 2017 · 0 comments

Comments

@bernalrs
Copy link

Would be nice to add the get avatar API call to this project.

Get avatar for user  GET /rest/usermanagement/1/user/avatar

Returns the url of the user's avatar

Request
query parameters
parametertypedescription
usernamestring

the name of the user

sint

Default: 128

the requested avatar size in pixels

Responses
  • Status 303
    the uri for the user's avatar (in the location header)
  • Status 404
    the user doesn't exist, or doesn't have an avatar defined
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