member

Get all project member information

Get all project member information

get/projects/{project_name_or_id}/members

Path parameters

project_name_or_idstring required

The name or id of the project

Query parameters

pageinteger

The page number

page_sizeinteger

The size of per page

entitynamestring

The entity name to search.

Headers

X-Request-Idstring

An unique ID for the request

X-Is-Resource-Nameboolean

The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.

Response

Get project members successfully.

idinteger

the project member id

project_idinteger

the project id

entity_namestring

the name of the group member.

role_namestring

the name of the role

role_idinteger

the role id

entity_idinteger

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's ID in user_group table.

entity_typestring

the entity's type, u for user entity, g for group entity.

Changes

No recorded changes to this endpoint across all 1 revision of this API.