provider Avatars GET /rest/api/3/avatar/{type}/system
@utdk/jira /rest/api/3/avatar/{type}/system
Get system avatars by type
Returns a list of system avatar details by owner type, where the owner types are issue type, project, user or priority. This operation can be accessed anonymously. **[Permissions](#permissions) required:** None.
type path required
The avatar type.
enum: issuetype, project, user, priority

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
getallsystemavatars
GET/rest/api/3/avatar/{type}/system
Returns a list of system avatar details by owner type, where the owner types are issue type, project, user or priority. This operation can be accessed anonymously. **[Permissions](#permissions) required:** None.

Parameters

required

The avatar type.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.getallsystemavatars()