URLs for the customer record and related items.

interface UserLinkDto {
    avatarUrls?: {
        [key: string]: string;
    };
    jiraRest?: string;
    self?: string;
}

Properties

avatarUrls?: {
    [key: string]: string;
}

Links to the various sizes of the customer's avatar. Note that this property is deprecated, and will be removed in future versions.

jiraRest?: string

REST API URL for the customer.

self?: string