Skip to content

ListProjectMembers missing created_by

The ProjectMember struct doesn't contain the created_by field as mentioned in the API Spec: https://docs.gitlab.com/api/members/#get-a-member-of-a-group-or-project.

Implementation guide

  • Create new struct in project_members.go for the created_by object from the API response.
  • Add new field CreatedBy to ProjectMember struct with type of the struct from the first step.
  • Update unit tests to include new field/object.
Edited by 🤖 GitLab Bot 🤖
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information