API - Email not appearing as group member data
Created by: khrizt
Hi,
I'm trying to get the info of the owners of a group and the API documentation says that the result will look like this
[
{
"id": 1,
"username": "raymond_smith",
"email": "[email protected]",
"name": "Raymond Smith",
"state": "active",
"created_at": "2012-10-22T14:13:35Z",
"access_level": 30
},
{
"id": 2,
"username": "john_doe",
"email": "[email protected]",
"name": "John Doe",
"state": "active",
"created_at": "2012-10-22T14:13:35Z",
"access_level": 30
}
]
But in my Gitlab the email or creation date does not appear in the results, is that a bug? Maybe something in the settings that I can't find?
Thanks