Add Cleanroom UserCopy Pagepost https://api.habu.com/v1/cleanrooms/{cleanroomId}/usersThis operation adds a new user to an existing cleanroom.Path ParamscleanroomIdstringrequiredCleanroom ID associated with the userBody ParamsThe following fields are required: email, role; all others are optionaluserIdstring(deprecated) id of the user in the organizationroleIdstring(deprecated) id of Role that you want to assign the useremailstringemail of the user in the organizationrolestringRole that you want to assign the userHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/xmlAllowed:application/jsonapplication/xmlResponses 200User added to the cleanroom successfully. 400Bad Request - Incorrect syntax or request 401Authorization information was missing or invalid 403This action is not allowed 404The specified resource was not found 409Conflict with the current state of the resource 500Internal Server ErrorUpdated 6 days ago