tags property

List<Tag> tags
final

The list of tags that are currently attached to the user. Each tag consists of a key name and an associated value. If no tags are attached to the specified user, the response contains an empty list.

Implementation

final List<Tag> tags;