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!