---
title: "ProjectMemberEntity"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/projectmemberentity/"
source: "https://container-registry.com/docs/harbor-api-client/model/projectmemberentity/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/projectmemberentity/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/projectmemberentity/index.md>. Site index: <https://container-registry.com/llms.txt>.


# ProjectMemberEntity

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | the project member id | [optional] 
**project_id** | **int** | the project id | [optional] 
**entity_name** | **str** | the name of the group member. | [optional] 
**role_name** | **str** | the name of the role | [optional] 
**role_id** | **int** | the role id | [optional] 
**entity_id** | **int** | the id of entity, if the member is a user, it is user_id in user table. if the member is a user group, it is the user group&#39;s ID in user_group table. | [optional] 
**entity_type** | **str** | the entity&#39;s type, u for user entity, g for group entity. | [optional] 



