Returns a list of all avatars
string
Requiredstring
RequiredReturns a list of all Jira avatars in JSON format, that are visible to the user.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/universal_avatar/type/{type}/owner/{owningObjectId}' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Creates avatar from temporary
string
Requiredstring
Requiredinteger
integer
integer
boolean
string
Returns the created avatar.
1
2
3
4
5
curl --request POST \
--url 'http://{baseurl}/rest/api/2/universal_avatar/type/{type}/owner/{owningObjectId}/avatar' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Deletes avatar
integer
Requiredstring
Requiredstring