Skip to main content

Add user to project

POST 

/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.

Adds the specified user to a project with the provided role. This endpoint is deprecated. Use /:projectId/access instead.

Request

Path Parameters

    projectId stringrequired
    userId stringrequired
    roleId stringrequired

Responses

This response has no body.

Loading...