/rest/api/3/group/member is missing the key in the returned data

Good afternoon, I have been working on a reporting dashboard for my team for the past few weeks and today an issue with the /rest/api/3/group/member endpoint came up.

The call is still successfully retrieving data when I pass in a groupname but two days ago the key was returning for the users in a group and now the key is not returning.

What is currently returning: (missing key)

    1 => array:7 [▼
      "self" => "https://api.atlassian.com/ex/jira/..."
      "accountId" => "..."
      "avatarUrls" => array:4 [▶]
      "displayName" => "..."
      "active" => true
      "timeZone" => "America/New_York"
      "accountType" => "atlassian"
    ]

I checked the documentation (https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-group-member-get) and is says the key should be returned.

Wondering if this is something on my end or not. Thanks for any help!

Hi. Note that if you drill down, the documentation for key reads:

This property is no longer available and will be removed from the documentation soon. See the deprecation notice (https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.

See also: Announcement: Reminder on removal of user names
And this post from October 2018: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/

1 Like