Skip to main content

Change Project Member Role

Change Project Member Role

POST 

https://lastmileai.dev/api/2/auto_eval/project/change_member_role

Description of change_member_role

Request

Body

    projectId stringrequired
    roleId integerrequired

    The role id of the project member

    projectRole ProjectRole (string)required

    The new project role for the member

    Possible values: [PROJECT_ROLE_UNSPECIFIED, PROJECT_ROLE_ADMIN, PROJECT_ROLE_MEMBER]

Responses

Successful operation

Schema

    success booleanrequired

Authorization: http

name: BearerAuthtype: httpscheme: bearerbearerFormat: JWT
curl -L 'https://lastmileai.dev/api/2/auto_eval/project/change_member_role' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"projectId": "string",
"roleId": 0,
"projectRole": "PROJECT_ROLE_UNSPECIFIED"
}'
Request Collapse all
Base URL
https://lastmileai.dev
Auth
Body
{
  "projectId": "string",
  "roleId": 0,
  "projectRole": "PROJECT_ROLE_UNSPECIFIED"
}
ResponseClear

Click the Send API Request button above and see the response here!