Unable to retrieve users group membership

Having a bit of trouble retrieving the group membership of a user. The documentation implies that the ‘groups’ object that gets returned should contain an array, but it appears to contain nothing.

Making this call via Postman:
{{url}}/api/user?userName=username

image

Is there an additional parameter I may have missed?