Skip to main content

Update user's project role

PUT 

/api/admin/projects/:projectId/users/:userId/roles/:roleId

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Replaces the given user's project role with the provided role. The user must already be a memeber of the project. This endpoint is deprecated. Use /:projectId/users/:userId/roles instead.

Request

Path Parameters

    projectId stringrequired
    userId stringrequired
    roleId stringrequired

Responses

This response has no body.

Loading...